Searched refs:error_msgs (Results 1 – 4 of 4) sorted by relevance
165 std::vector<std::string> error_msgs; in DexFile_openDexFileNative() local167 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()
931 std::vector<std::string> error_msgs; in Run() local932 …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()
342 std::vector<std::string>* error_msgs)
904 std::vector<std::string>* error_msgs) { in OpenDexFilesFromOat() argument905 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()