Home
last modified time | relevance | path

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

/art/runtime/
Doat_file.cc1821 std::string dex_canonical_location = DexFileLoader::GetDexCanonicalLocation(dex_location); in GetOatDexFile() local
1822 if (dex_canonical_location != dex_location) { in GetOatDexFile()
1823 std::string_view canonical_key(dex_canonical_location); in GetOatDexFile()
1839 std::string dex_canonical_location = DexFileLoader::GetDexCanonicalLocation(dex_location); in GetOatDexFile() local
1841 + " (canonical path " + dex_canonical_location + ") in OatFile " + GetLocation(); in GetOatDexFile()
1849 std::string dex_canonical_location = DexFileLoader::GetDexCanonicalLocation(dex_location); in GetOatDexFile() local
1853 + " (canonical path " + dex_canonical_location + ") in OatFile " + GetLocation() in GetOatDexFile()