Home
last modified time | relevance | path

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

/art/runtime/oat/
Doat_file.cc2140 std::string dex_canonical_location = DexFileLoader::GetDexCanonicalLocation(dex_location); in GetOatDexFile() local
2141 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() local
2160 + " (canonical path " + dex_canonical_location + ") in OatFile " + GetLocation(); in GetOatDexFile()