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

/art/runtime/
H A Doat_file_assistant_test.cc1098 std::vector<std::string> error_msgs; local
1106 &error_msgs);
1107 CHECK(!dex_files.empty()) << Join(error_msgs, '\n');
H A Doat_file_manager.cc547 std::vector<std::string>* error_msgs) {
550 CHECK(error_msgs != nullptr);
689 error_msgs->push_back("Failed to open dex files from " + source_oat_file->GetLocation());
700 error_msgs->push_back("Failed to open dex files from " + std::string(dex_location)
704 error_msgs->push_back("Fallback mode disabled, skipping dex files.");
707 error_msgs->push_back("No original dex files found for dex location "
541 OpenDexFilesFromOat( const char* dex_location, const char* oat_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.cc174 std::vector<std::string> error_msgs; local
182 /*out*/ &error_msgs);
197 CHECK(!error_msgs.empty());
200 auto it = error_msgs.begin();
201 auto itEnd = error_msgs.end();

Completed in 76 milliseconds