Searched refs:outfile (Results 1 – 2 of 2) sorted by relevance
| /system/uapp/lz4/ |
| A D | main.c | 30 static int do_decompress(const char* infile, const char* outfile) { in do_decompress() argument 39 outfd = open(outfile, WR_NEWFILE, PERM_644); in do_decompress() 135 outfd = open(outfile, WR_NEWFILE, PERM_644); in do_compress() 168 fprintf(stderr, "could not write to %s", outfile); in do_compress() 193 const char* outfile = NULL; in main() local 213 if (!outfile) { in main() 214 outfile = argv[i]; in main() 223 if (!infile || !outfile) { in main() 231 outfile); in main() 238 return do_decompress(infile, outfile); in main() [all …]
|
| /system/host/zbi/ |
| A D | zbi.cpp | 270 OutputStream CreateFile(const char* outfile) { in CreateFile() argument 275 remove(outfile); in CreateFile() 279 MakeDirs(outfile); in CreateFile() 284 outfile, strerror(errno)); in CreateFile() 1827 const char* outfile = nullptr; in main() local 1852 if (outfile) { in main() 1860 outfile = optarg; in main() 1868 if (!outfile) { in main() 1878 opener.Init(outfile, depfile); in main() 2034 if (outfile || depfile) { in main() [all …]
|
Completed in 11 milliseconds