| /frameworks/libs/binary_translation/tools/nogrod/ |
| D | elf_reader.cc | 124 bool ElfFileImpl<ElfT>::ValidateShdrTable(std::string* error_msg) { in ValidateShdrTable() 176 bool ElfFileImpl<ElfT>::Init(std::string* error_msg) { in Init() 261 std::string* error_msg) { in Create() 294 std::string* error_msg) { in ReadExportedSymbols() 336 std::unique_ptr<DwarfInfo> ElfFileImpl<ElfT>::ReadDwarfInfo(std::string* error_msg) { in ReadDwarfInfo() 382 std::unique_ptr<ElfFile> ElfFile::Load(const char* path, std::string* error_msg) { in Load()
|
| D | dwarf_info.cc | 50 std::string* error_msg) { in ReadDwarfInfo() 70 std::string* error_msg) { in ReadAttribute() 81 std::string* error_msg) { in ReadOneDie() 160 std::string* error_msg) { in ReadCompilationUnit() 239 std::string* error_msg) { in ReadAbbrev() 346 bool DwarfInfo::Parse(std::string* error_msg) { in Parse()
|
| D | dwarf_abbrev.cc | 834 std::string* error_msg) { in FindDwarfClass() 999 std::string* error_msg) { in CreateAbbrevAttribute()
|
| D | main.cc | 1061 std::string error_msg; in main() local
|
| /frameworks/libs/binary_translation/tiny_loader/tests/ |
| D | tiny_loader_tests.cc | 53 bool GetTestElfFilepath(const char* name, std::string* real_path, std::string* error_msg) { in GetTestElfFilepath() 76 std::string error_msg; in TestLoadLibrary() local 136 std::string error_msg; in TEST() local 153 std::string error_msg; in TEST() local
|
| /frameworks/libs/binary_translation/tiny_loader/include/berberis/tiny_loader/ |
| D | tiny_loader.h | 39 std::string* error_msg) { in LoadFromFile()
|
| /frameworks/base/services/core/jni/ |
| D | com_android_server_wm_TaskFpsCallbackController.cpp | 79 constexpr auto error_msg = "Couldn't addFpsListener"; in nativeRegister() local 92 constexpr auto error_msg = "Couldn't removeFpsListener"; in nativeUnregister() local
|
| /frameworks/base/tools/aapt2/xml/ |
| D | XmlActionExecutor.cpp | 83 android::DiagMessage error_msg(child_el->line_number); in Execute() local 126 android::DiagMessage error_msg(el->line_number); in Execute() local
|
| /frameworks/base/core/jni/ |
| D | android_view_TunnelModeEnabledListener.cpp | 92 constexpr auto error_msg = "Couldn't addTunnelModeEnabledListener"; in nativeRegister() local 102 constexpr auto error_msg = "Couldn't removeTunnelModeEnabledListener"; in nativeUnregister() local
|
| D | android_view_CompositionSamplingListener.cpp | 97 constexpr auto error_msg = "Couldn't addRegionSamplingListener"; in nativeRegister() local 107 constexpr auto error_msg = "Couldn't removeRegionSamplingListener"; in nativeUnregister() local
|
| D | android_content_res_ApkAssets.cpp | 262 const std::string error_msg = base::StringPrintf("Failed to load asset path %s", path.c_str()); in NativeLoad() local 315 std::string error_msg = base::StringPrintf("Failed to load asset path %s from fd %d", in NativeLoadFromFd() local 387 std::string error_msg = base::StringPrintf("Failed to load asset path %s from fd %d", in NativeLoadFromFdOffset() local 398 const std::string error_msg = base::StringPrintf("Failed to load empty assets with provider %p", in NativeLoadEmpty() local
|
| /frameworks/native/cmds/installd/ |
| D | otapreopt_utils.cpp | 33 bool Exec(const std::vector<std::string>& arg_vector, std::string* error_msg) { in Exec()
|
| D | otapreopt_chroot.cpp | 373 std::string error_msg; in otapreopt_chroot() local
|
| D | dexopt.cpp | 1391 int* dexopt_needed_out, std::string* error_msg) { in process_secondary_dexoptanalyzer_result() 1479 char* out_oat_dir, char* out_oat_isa_dir, char* out_oat_path, std::string* error_msg) { in create_secondary_dex_oat_layout() 1504 std::string* error_msg) { in validate_dexopt_storage_flags() 1579 /* out */ std::vector<unique_fd>* zip_fds, /* out */ std::string* error_msg) { in open_dex_paths() 1638 /* out */ std::string* error_msg) { in process_secondary_dex_dexopt() 1791 const char* dex_metadata_path, const char* compilation_reason, std::string* error_msg, in dexopt() 2147 std::string error_msg; in reconcile_secondary_dex_file() local
|
| D | otapreopt.cpp | 249 std::string error_msg; in ReadEnvironment() local
|
| /frameworks/base/keystore/java/android/security/keystore/ |
| D | KeystoreResponse.java | 48 protected KeystoreResponse(int error_code, String error_msg) { in KeystoreResponse()
|
| /frameworks/base/core/proto/android/os/ |
| D | metadata.proto | 67 optional string error_msg = 9; field
|
| /frameworks/base/tools/aapt2/cmd/ |
| D | Util.cpp | 292 std::stringstream error_msg; in ExtractCompiledInt() local 329 std::stringstream error_msg; in ExtractSdkVersion() local 357 std::string error_msg; in ExtractAppInfoFromBinaryManifest() local
|
| /frameworks/native/cmds/installd/tests/ |
| D | test_utils.h | 96 uid_t uid, gid_t gid, int mode, std::string* error_msg) { in WriteBase64ToFile()
|
| /frameworks/libs/binary_translation/program_runner/ |
| D | main.cc | 114 std::string error_msg; in main() local
|
| /frameworks/libs/binary_translation/tiny_loader/ |
| D | tiny_loader.cc | 40 void set_error_msg(std::string* error_msg, const char* format, ...) { in set_error_msg() 132 const std::string& error_msg() const { return error_msg_; } in error_msg() function in __anon0ca2aa260111::TinyElfLoader 646 std::string* error_msg) { in LoadFromFile() 677 LoadedElfFile* loaded_elf_file, std::string* error_msg) { in LoadFromMemory()
|
| /frameworks/base/tools/aapt2/link/ |
| D | XmlReferenceLinker.cpp | 81 android::DiagMessage error_msg(source); in Visit() local
|
| D | ManifestFixer.cpp | 290 android::DiagMessage error_msg(el->line_number); in VerifyManifest() local
|
| /frameworks/native/vulkan/libvulkan/ |
| D | layers_extensions.cpp | 137 char* error_msg = nullptr; in Open() local 163 char* error_msg = nullptr; in Close() local
|
| /frameworks/base/tools/aapt2/compile/ |
| D | PngCrunch.cpp | 75 static void LogError(png_structp png_ptr, png_const_charp error_msg) { in LogError()
|