Lines Matching refs:dex_location
479 std::string dex_location = dex_file->GetLocation(); in Setup() local
480 std::string canonical_location = DexFileLoader::GetDexCanonicalLocation(dex_location.c_str()); in Setup()
483 OatDexFile* oat_dex_file = new OatDexFile(this, dex_file, dex_location, canonical_location); in Setup()
489 if (canonical_location != dex_location) { in Setup()
1792 const OatDexFile* OatFile::GetOatDexFile(const char* dex_location, in GetOatDexFile() argument
1804 std::string_view key(dex_location); in GetOatDexFile()
1821 std::string dex_canonical_location = DexFileLoader::GetDexCanonicalLocation(dex_location); in GetOatDexFile()
1822 if (dex_canonical_location != dex_location) { in GetOatDexFile()
1839 std::string dex_canonical_location = DexFileLoader::GetDexCanonicalLocation(dex_location); in GetOatDexFile()
1840 *error_msg = "Failed to find OatDexFile for DexFile " + std::string(dex_location) in GetOatDexFile()
1849 std::string dex_canonical_location = DexFileLoader::GetDexCanonicalLocation(dex_location); in GetOatDexFile()
1852 *error_msg = "OatDexFile for DexFile " + std::string(dex_location) in GetOatDexFile()