Home
last modified time | relevance | path

Searched refs:err_msg (Results 1 – 3 of 3) sorted by relevance

/art/libdexfile/external/
Ddex_file_supp.cc44 bool TryLoadLibdexfile([[maybe_unused]] std::string* err_msg) { in FOR_EACH_ADEX_FILE_SYMBOL()
49 *err_msg = "Dex file support not available."; in FOR_EACH_ADEX_FILE_SYMBOL()
69 *err_msg = dlerror(); in FOR_EACH_ADEX_FILE_SYMBOL()
76 *err_msg = dlerror(); \ in FOR_EACH_ADEX_FILE_SYMBOL()
95 if (std::string err_msg; !TryLoadLibdexfile(&err_msg)) { in LoadLibdexfile() local
96 LOG_ALWAYS_FATAL("%s", err_msg.c_str()); in LoadLibdexfile()
/art/runtime/gc/space/
Dimage_space.cc2124 std::string* err_msg = (i == 0 || validate) ? error_msg : &local_error_msg; in LoadOrValidate() local
2126 if (!filename_fn(base_location, &base_filename, err_msg) || in LoadOrValidate()
2127 !ReadHeader(base_location, base_filename, bcp_index, err_msg)) { in LoadOrValidate()
2183 std::string err_msg; // Ignored. in LoadOrValidate() local
2185 if (filename_fn(base_location, &base_filename, &err_msg) && in LoadOrValidate()
2186 ReadHeader(base_location, base_filename, bcp_pos, &err_msg)) { in LoadOrValidate()
2221 /*out*/std::string* err_msg ATTRIBUTE_UNUSED) { in LoadOrValidateFromSystem()
/art/openjdkjvmti/
Dti_redefine.cc637 std::string err_msg; in StructurallyRedefineClassDirect() local
643 &err_msg); in StructurallyRedefineClassDirect()
645 JVMTI_LOG(WARNING, env) << "Failed structural redefinition: " << err_msg; in StructurallyRedefineClassDirect()