Home
last modified time | relevance | path

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

/art/runtime/native/
Ddalvik_system_DexFile.cc165 std::vector<std::string> error_msgs; in DexFile_openDexFileNative() local
167 dex_files = linker->OpenDexFilesFromOat(sourceName.c_str(), outputName.c_str(), &error_msgs); in DexFile_openDexFileNative()
182 CHECK(!error_msgs.empty()); in DexFile_openDexFileNative()
185 auto it = error_msgs.begin(); in DexFile_openDexFileNative()
186 auto itEnd = error_msgs.end(); in DexFile_openDexFileNative()
/art/runtime/
Doat_file_assistant_test.cc931 std::vector<std::string> error_msgs; in Run() local
932 …dex_files = linker->OpenDexFilesFromOat(dex_location_.c_str(), oat_location_.c_str(), &error_msgs); in Run()
933 CHECK(!dex_files.empty()) << Join(error_msgs, '\n'); in Run()
Dclass_linker.h342 std::vector<std::string>* error_msgs)
Dclass_linker.cc904 std::vector<std::string>* error_msgs) { in OpenDexFilesFromOat() argument
905 CHECK(error_msgs != nullptr); in OpenDexFilesFromOat()
982 error_msgs->push_back("Failed to open dex files from " in OpenDexFilesFromOat()
994 error_msgs->push_back("Failed to open dex files from " + std::string(dex_location)); in OpenDexFilesFromOat()
997 error_msgs->push_back("Fallback mode disabled, skipping dex files."); in OpenDexFilesFromOat()
1000 error_msgs->push_back("No original dex files found for dex location " in OpenDexFilesFromOat()