Lines Matching refs:dex_file_location
1638 const std::string& dex_file_location(dex_cache->GetLocation()->ToModifiedUtf8());
1639 const OatFile::OatDexFile* oat_dex_file = oat_file.GetOatDexFile(dex_file_location.c_str(),
1641 CHECK(oat_dex_file != nullptr) << oat_file.GetLocation() << " " << dex_file_location;
1645 LOG(FATAL) << "Failed to open dex file " << dex_file_location