Searched defs:error_msgs (Results 1 - 4 of 4) sorted by relevance

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

Completed in 245 milliseconds