Home
last modified time | relevance | path

Searched refs:GetDexFileLocation (Results 1 – 4 of 4) sorted by relevance

/art/runtime/
Doat_file.h490 const std::string& GetDexFileLocation() const { in GetDexFileLocation() function
Doat_file_manager.cc104 if (DexFileLoader::GetBaseLocation(oat_dex_file->GetDexFileLocation()) == dex_base_location) { in FindOpenedOatFileFromDexLocation()
Doat_file.cc477 std::string_view key(oat_dex_file->GetDexFileLocation()); in Setup()
/art/oatdump/
Doatdump.cc515 os << "Failed to open dex file '" << oat_dex_file->GetDexFileLocation() << "': " in Dump()
709 LOG(WARNING) << "Failed to open dex file '" << oat_dex_file->GetDexFileLocation() in GetQuickOatCode()
844 LOG(WARNING) << "Failed to open dex file '" << oat_dex_file->GetDexFileLocation() in AddAllOffsets()
882 os << StringPrintf("location: %s\n", oat_dex_file.GetDexFileLocation().c_str()); in DumpOatDexFile()
964 std::string dex_file_location = oat_dex_file.GetDexFileLocation(); in ExportDexFile()
1909 stats_.oat_dex_file_sizes.push_back(std::make_pair(oat_dex_file->GetDexFileLocation(), in Dump()