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

/system/core/include/ziparchive/
H A Dzip_archive.h216 const char* ErrorCodeString(int32_t error_code);
H A Dzip_writer.h66 static const char* ErrorCodeString(int32_t error_code);
/system/extras/simpleperf/
H A Dread_apk.cpp130 << ": " << ErrorCodeString(rc);
H A Dutils.cpp80 LOG(ERROR) << "Failed to open archive " << debug_filename << ": " << ErrorCodeString(rc);
/system/core/fastboot/
H A Dfastboot.cpp486 fprintf(stderr, "failed to extract '%s': %s\n", entry_name, ErrorCodeString(error));
593 fprintf(stderr, "failed to extract '%s': %s\n", entry_name, ErrorCodeString(error));
985 die("failed to open zip file '%s': %s", filename, ErrorCodeString(error));
/system/core/libziparchive/
H A Dzip_writer.cc73 const char* ZipWriter::ErrorCodeString(int32_t error_code) { function in class:ZipWriter
H A Dzip_archive.cc1064 const char* ErrorCodeString(int32_t error_code) { function
/system/core/libbacktrace/
H A DBacktraceOffline.cpp695 BACK_LOGW("failed to open archive %s: %s", apk_file.c_str(), ErrorCodeString(ret_code));
703 ErrorCodeString(ret_code));

Completed in 2025 milliseconds