Home
last modified time | relevance | path

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

/system/core/include/ziparchive/
Dzip_writer.h82 static const char* ErrorCodeString(int32_t error_code);
Dzip_archive.h216 const char* ErrorCodeString(int32_t error_code);
/system/extras/simpleperf/
Dread_apk.cpp131 << ": " << ErrorCodeString(rc); in FindElfInApkByName()
Dutils.cpp85 LOG(ERROR) << "Failed to open archive " << debug_filename << ": " << ErrorCodeString(rc); in ArchiveHelper()
/system/core/fastboot/
Dfastboot.cpp505 fprintf(stderr, "failed to extract '%s': %s\n", entry_name, ErrorCodeString(error)); in unzip_file()
613 fprintf(stderr, "failed to extract '%s': %s\n", entry_name, ErrorCodeString(error)); in unzip_to_file()
1078 die("failed to open zip file '%s': %s", filename, ErrorCodeString(error)); in do_update()
/system/core/libbacktrace/
DBacktraceOffline.cpp820 BACK_LOGW("failed to open archive %s: %s", apk_file.c_str(), ErrorCodeString(ret_code)); in OpenEmbeddedElfFile()
828 ErrorCodeString(ret_code)); in OpenEmbeddedElfFile()
/system/core/libziparchive/
Dzip_writer.cc76 const char* ZipWriter::ErrorCodeString(int32_t error_code) { in ErrorCodeString() function in ZipWriter
Dzip_archive.cc1085 const char* ErrorCodeString(int32_t error_code) { in ErrorCodeString() function