Searched refs:GetDexFileLocation (Results 1 – 10 of 10) sorted by relevance
540 const std::string& GetDexFileLocation() const { in GetDexFileLocation() function
121 if (DexFileLoader::GetBaseLocation(oat_dex_file->GetDexFileLocation()) == dex_base_location) { in FindOpenedOatFileFromDexLocation()
609 std::string_view key(oat_dex_file->GetDexFileLocation()); in Setup()1798 std::string_view key(oat_dex_file->GetDexFileLocation()); in Open()
533 os << "Failed to open dex file '" << oat_dex_file->GetDexFileLocation() << "': " in Dump()689 LOG(WARNING) << "Failed to open dex file '" << oat_dex_file->GetDexFileLocation() in DumpMethodAndOffsetAsJson()748 LOG(WARNING) << "Failed to open dex file '" << oat_dex_file->GetDexFileLocation() in GetQuickOatCode()847 LOG(WARNING) << "Failed to open dex file '" << oat_dex_file->GetDexFileLocation() in AddAllOffsets()885 os << StringPrintf("location: %s\n", oat_dex_file.GetDexFileLocation().c_str()); in DumpOatDexFile()968 std::string dex_file_location = oat_dex_file.GetDexFileLocation(); in ExportDexFile()1902 stats_.oat_dex_file_sizes.push_back(std::make_pair(oat_dex_file->GetDexFileLocation(), in Dump()
3461 oat_dex_files[i]->GetDexFileLocation() : in ValidateOatFile()3467 if (DexFileLoader::IsMultiDexLocation(oat_dex_files[i]->GetDexFileLocation())) { in ValidateOatFile()3512 DCHECK_EQ(main_space->oat_file_non_owned_->GetOatDexFiles()[0]->GetDexFileLocation(), in GetBootClassPathChecksums()3531 CHECK_EQ(oat_file->GetOatDexFiles()[i]->GetDexFileLocation(), in GetBootClassPathChecksums()3649 const std::string main_location = oat_file->GetOatDexFiles()[0]->GetDexFileLocation(); in VerifyBootClassPathChecksums()3655 oat_file->GetOatDexFiles()[i]->GetDexFileLocation())) { in VerifyBootClassPathChecksums()
72 error_ss << separator << odf_value << "(" << odf_value->GetDexFileLocation() << ")"; in GetResolvedMethodErrorString()
916 if (DexFileLoader::GetBaseLocation(oat_dex_file->GetDexFileLocation()) == in DexFile_getDexFileOutputPaths()
1096 dex_location_ = oat_dex_file->GetDexFileLocation(); in WriteObjects()
4495 << oat_dex_file.GetDexFileLocation() in FindDexCache()
4825 (space->AsImageSpace()->GetOatFile()->GetOatDexFiles()[0]->GetDexFileLocation() == in HasAppImageSpaceFor()