| 151 | } |
| 152 | |
| 153 | uint32_t GetCanonicalPath(const char* relative_dir, char* buf, uint32_t buf_len) |
| 154 | { |
| 155 | return GetCanonicalPathFromBase("", relative_dir, buf, buf_len); |
| 156 | } |
| 157 | |
| 158 | |
| 159 | void PrintHash(const uint8_t* hash, uint32_t len) |
no test coverage detected