Home
last modified time | relevance | path

Searched defs:dictionary_path (Results 1 – 1 of 1) sorted by relevance

/external/brotli/tools/
Dbro.c81 char **dictionary_path, in ParseArgv()
315 static int Decompress(FILE* fin, FILE* fout, const char* dictionary_path) { in Decompress()
386 const char *dictionary_path) { in Compress()
459 char *dictionary_path = 0; in main() local