Searched refs:PrintError_WRes (Results 1 – 2 of 2) sorted by relevance
/third_party/lzma/C/Util/Lzma/ |
D | LzmaUtil.c | 41 static int PrintError_WRes(char *buffer, const char *message, WRes wres) in PrintError_WRes() function 233 return PrintError_WRes(rs, "Cannot open input file", wres); in main2() 242 return PrintError_WRes(rs, "Cannot open output file", wres); in main2() 252 return PrintError_WRes(rs, "Cannot get file length", wres); in main2() 271 return PrintError_WRes(rs, kCantWriteMessage, outStream.wres); in main2() 273 return PrintError_WRes(rs, kCantReadMessage, inStream.wres); in main2()
|
/third_party/lzma/C/Util/7z/ |
D | 7zMain.c | 489 static void PrintError_WRes(const char *message, WRes wres) in PrintError_WRes() function 594 PrintError_WRes("cannot open input file", wres); in main() 773 PrintError_WRes("cannot open output file", wres); in main() 785 PrintError_WRes("cannot write output file", wres); in main() 825 PrintError_WRes("cannot close output file", wres); in main() 878 PrintError_WRes("Read Error", archiveStream.wres); in main()
|