Home
last modified time | relevance | path

Searched refs:error_msgs (Results 1 – 5 of 5) sorted by relevance

/art/runtime/
Doat_file_manager.cc399 std::vector<std::string>* error_msgs) { in OpenDexFilesFromOat() argument
402 CHECK(error_msgs != nullptr); in OpenDexFilesFromOat()
599 error_msgs->push_back("Failed to open dex files from " + source_oat_file->GetLocation()); in OpenDexFilesFromOat()
622 error_msgs->push_back("Failed to open dex files from " + std::string(dex_location) in OpenDexFilesFromOat()
626 error_msgs->push_back("Fallback mode disabled, skipping dex files."); in OpenDexFilesFromOat()
629 error_msgs->push_back("No original dex files found for dex location " in OpenDexFilesFromOat()
Doat_file_manager.h103 /*out*/ std::vector<std::string>* error_msgs)
Doat_file_assistant_test.cc1170 std::vector<std::string> error_msgs; in Run() local
1177 &error_msgs); in Run()
1178 CHECK(!dex_files.empty()) << android::base::Join(error_msgs, '\n'); in Run()
/art/runtime/native/
Ddalvik_system_DexFile.cc282 std::vector<std::string> error_msgs; in DexFile_openDexFileNative() local
289 /*out*/ &error_msgs); in DexFile_openDexFileNative()
304 CHECK(!error_msgs.empty()); in DexFile_openDexFileNative()
307 auto it = error_msgs.begin(); in DexFile_openDexFileNative()
308 auto itEnd = error_msgs.end(); in DexFile_openDexFileNative()
/art/runtime/gc/space/
Dimage_space.cc1570 std::vector<std::string> error_msgs; in CreateBootImage() local
1590 error_msgs.push_back(local_error_msg); in CreateBootImage()
1606 error_msgs.push_back(local_error_msg); in CreateBootImage()
1626 error_msgs.push_back(local_error_msg); in CreateBootImage()
1655 error_msgs.push_back(StringPrintf("Cannot relocate image %s to %s: %s", in CreateBootImage()
1684 error_msgs.push_back(StringPrintf("Cannot compile image to %s: %s", in CreateBootImage()
1695 for (const auto& msg : error_msgs) { in CreateBootImage()