Searched refs:GetDexFileLocation (Results 1 – 5 of 5) sorted by relevance
488 const std::string& GetDexFileLocation() const { in GetDexFileLocation() function
104 if (DexFileLoader::GetBaseLocation(oat_dex_file->GetDexFileLocation()) == dex_base_location) { in FindOpenedOatFileFromDexLocation()
464 std::string_view key(oat_dex_file->GetDexFileLocation()); in Setup()
516 os << "Failed to open dex file '" << oat_dex_file->GetDexFileLocation() << "': " in Dump()710 LOG(WARNING) << "Failed to open dex file '" << oat_dex_file->GetDexFileLocation() in GetQuickOatCode()845 LOG(WARNING) << "Failed to open dex file '" << oat_dex_file->GetDexFileLocation() in AddAllOffsets()883 os << StringPrintf("location: %s\n", oat_dex_file.GetDexFileLocation().c_str()); in DumpOatDexFile()965 std::string dex_file_location = oat_dex_file.GetDexFileLocation(); in ExportDexFile()1912 stats_.oat_dex_file_sizes.push_back(std::make_pair(oat_dex_file->GetDexFileLocation(), in Dump()
2154 const std::string& dex_file_location = oat_dex_file->GetDexFileLocation(); in ValidateOatFile()2295 CHECK_EQ(space->oat_file_non_owned_->GetOatDexFiles()[i]->GetDexFileLocation(), in GetBootClassPathChecksums()