Lines Matching refs:dex_location
448 const char* dex_location, in OpenDexFilesFromOat() argument
454 CHECK(dex_location != nullptr); in OpenDexFilesFromOat()
474 OatFileAssistant oat_file_assistant(dex_location, in OpenDexFilesFromOat()
481 VLOG(oat) << "OatFileAssistant(" << dex_location << ").GetBestOatFile()=" in OpenDexFilesFromOat()
504 LOG(WARNING) << "Dex location " << dex_location << " does not seem to include dex file. " in OpenDexFilesFromOat()
510 << dex_location; in OpenDexFilesFromOat()
522 " load classes for " << dex_location; in OpenDexFilesFromOat()
571 ScopedTrace trace2(StringPrintf("Adding image space for location %s", dex_location)); in OpenDexFilesFromOat()
575 dex_location, in OpenDexFilesFromOat()
606 dex_files = oat_file_assistant.LoadDexFiles(*source_oat_file, dex_location); in OpenDexFilesFromOat()
630 if (!dex_file_loader.Open(dex_location, in OpenDexFilesFromOat()
631 dex_location, in OpenDexFilesFromOat()
637 error_msgs->push_back("Failed to open dex files from " + std::string(dex_location) in OpenDexFilesFromOat()
645 + std::string(dex_location)); in OpenDexFilesFromOat()
723 std::string dex_location; in OpenDexFilesFromOat_Impl() local
728 &dex_location, in OpenDexFilesFromOat_Impl()
754 DexFileLoader::GetMultiDexLocation(i, dex_location.c_str()), in OpenDexFilesFromOat_Impl()
799 dex_location)); in OpenDexFilesFromOat_Impl()
997 std::string dex_location; in RunBackgroundVerification() local
1002 &dex_location, in RunBackgroundVerification()