Home
last modified time | relevance | path

Searched refs:ErrorCodeString (Results 1 – 3 of 3) sorted by relevance

/system/core/include/ziparchive/
Dzip_archive.h197 const char* ErrorCodeString(int32_t error_code);
/system/core/fastboot/
Dfastboot.cpp401 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()
/system/core/libziparchive/
Dzip_archive.cc1275 const char* ErrorCodeString(int32_t error_code) { in ErrorCodeString() function