Home
last modified time | relevance | path

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

/art/runtime/
Doat_file.cc2039 std::string dex_canonical_location = DexFileLoader::GetDexCanonicalLocation(dex_location); in GetOatDexFile() local
2040 if (dex_canonical_location != dex_location) { in GetOatDexFile()
2041 std::string_view canonical_key(dex_canonical_location); in GetOatDexFile()
2057 std::string dex_canonical_location = DexFileLoader::GetDexCanonicalLocation(dex_location); in GetOatDexFile() local
2059 + " (canonical path " + dex_canonical_location + ") in OatFile " + GetLocation(); in GetOatDexFile()
2067 std::string dex_canonical_location = DexFileLoader::GetDexCanonicalLocation(dex_location); in GetOatDexFile() local
2071 + " (canonical path " + dex_canonical_location + ") in OatFile " + GetLocation() in GetOatDexFile()