Searched defs:err_msg (Results 1 – 13 of 13) sorted by relevance
/aosp12/art/libdexfile/external/ |
H A D | dex_file_supp.cc | 95 if (std::string err_msg; !TryLoadLibdexfile(&err_msg)) { in LoadLibdexfile() local
|
/aosp12/system/core/fastboot/fuzzy_fastboot/ |
H A D | main.cpp | 101 std::string* err_msg) { in PartitionHash() 1061 std::string err_msg; in TEST_P() local 1100 std::string err_msg; in TEST_P() local 1173 std::string hash_before, hash_after, err_msg; in TEST_P() local 1411 std::string hash, err_msg; in TEST_P() local 1435 std::string hash, err_msg; in TEST_P() local 1486 std::string hash, err_msg; in TEST_P() local 1512 std::string hash, err_msg; in TEST_P() local 1607 std::string hash, hash_new, err_msg; in TEST_P() local 1632 std::string hash, hash_new, err_msg; in TEST_P() local [all …]
|
H A D | test_utils.cpp | 89 std::string* err_msg) { in ParseArgs()
|
/aosp12/frameworks/native/services/memtrackproxy/ |
H A D | MemtrackProxy.cpp | 161 const char* err_msg = "HIDL Memtrack::getMemory() failed"; in getMemory() local
|
/aosp12/system/core/fs_mgr/ |
H A D | blockdev.cpp | 97 const std::string err_msg = in BlockDeviceQueueDepth() local
|
/aosp12/system/unwinding/libunwindstack/ |
H A D | DexFile.cpp | 43 if (std::string err_msg; !art_api::dex::TryLoadLibdexfile(&err_msg)) { in CheckDexSupport() local
|
/aosp12/system/iorap/src/db/ |
H A D | file_models.cc | 170 std::string err_msg; in DeleteOlderFiles() local
|
H A D | models.h | 442 char* err_msg = nullptr; in Reinitialize() local 535 char* err_msg = nullptr; in CreateSchema() local
|
/aosp12/system/bt/service/ |
H A D | a2dp_source.cc | 33 #define TRY_RET(expr, err_msg) \ argument
|
H A D | avrcp_target.cc | 42 #define TRY_RET(expr, err_msg) \ argument
|
/aosp12/system/extras/ANRdaemon/ |
H A D | ANRdaemon.cpp | 88 static char err_msg[100]; variable
|
/aosp12/art/runtime/gc/space/ |
H A D | image_space.cc | 2124 std::string* err_msg = (i == 0 || validate) ? error_msg : &local_error_msg; in LoadOrValidate() local 2183 std::string err_msg; // Ignored. in LoadOrValidate() local
|
/aosp12/art/openjdkjvmti/ |
H A D | ti_redefine.cc | 637 std::string err_msg; in StructurallyRedefineClassDirect() local
|