Searched refs:dex_canonical_location (Results 1 – 1 of 1) sorted by relevance
2140 std::string dex_canonical_location = DexFileLoader::GetDexCanonicalLocation(dex_location); in GetOatDexFile() local2141 if (dex_canonical_location != dex_location) { in GetOatDexFile()2142 std::string_view canonical_key(dex_canonical_location); in GetOatDexFile()2158 std::string dex_canonical_location = DexFileLoader::GetDexCanonicalLocation(dex_location); in GetOatDexFile() local2160 + " (canonical path " + dex_canonical_location + ") in OatFile " + GetLocation(); in GetOatDexFile()