Searched refs:ErrorCodeString (Results 1 – 8 of 8) sorted by relevance
| /system/core/include/ziparchive/ |
| D | zip_writer.h | 82 static const char* ErrorCodeString(int32_t error_code);
|
| D | zip_archive.h | 216 const char* ErrorCodeString(int32_t error_code);
|
| /system/extras/simpleperf/ |
| D | read_apk.cpp | 131 << ": " << ErrorCodeString(rc); in FindElfInApkByName()
|
| D | utils.cpp | 85 LOG(ERROR) << "Failed to open archive " << debug_filename << ": " << ErrorCodeString(rc); in ArchiveHelper()
|
| /system/core/fastboot/ |
| D | fastboot.cpp | 505 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/ |
| D | BacktraceOffline.cpp | 820 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/ |
| D | zip_writer.cc | 76 const char* ZipWriter::ErrorCodeString(int32_t error_code) { in ErrorCodeString() function in ZipWriter
|
| D | zip_archive.cc | 1085 const char* ErrorCodeString(int32_t error_code) { in ErrorCodeString() function
|