Lines Matching refs:dex_location
584 std::string dex_location = dex_file->GetLocation(); in Setup() local
585 std::string canonical_location = DexFileLoader::GetDexCanonicalLocation(dex_location.c_str()); in Setup()
603 dex_location, in Setup()
611 if (canonical_location != dex_location) { in Setup()
1744 const std::string& dex_location, in Open() argument
1763 dex_location.c_str(), in Open()
1775 dex_location.c_str(), in Open()
1785 dex_location.c_str()); in Open()
1789 std::string location = DexFileLoader::GetMultiDexLocation(i, dex_location.c_str()); in Open()
1826 ArtDexFileLoader dex_file_loader(&file, dex_location); in Open()
1832 ArtDexFileLoader dex_file_loader(dex_location); in Open()
2133 const OatDexFile* OatFile::GetOatDexFile(const char* dex_location, std::string* error_msg) const { in GetOatDexFile() argument
2143 std::string_view key(dex_location); in GetOatDexFile()
2160 std::string dex_canonical_location = DexFileLoader::GetDexCanonicalLocation(dex_location); in GetOatDexFile()
2161 if (dex_canonical_location != dex_location) { in GetOatDexFile()
2178 std::string dex_canonical_location = DexFileLoader::GetDexCanonicalLocation(dex_location); in GetOatDexFile()
2179 *error_msg = "Failed to find OatDexFile for DexFile " + std::string(dex_location) in GetOatDexFile()