Searched refs:ErrorCodeString (Results 1 – 3 of 3) sorted by relevance
197 const char* ErrorCodeString(int32_t error_code);
401 fprintf(stderr, "failed to extract '%s': %s\n", entry_name, ErrorCodeString(error)); in unzip_file()456 fprintf(stderr, "failed to extract '%s': %s\n", entry_name, ErrorCodeString(error)); in unzip_to_file()744 die("failed to open zip file '%s': %s", filename, ErrorCodeString(error)); in do_update()
1275 const char* ErrorCodeString(int32_t error_code) { in ErrorCodeString() function