Home
last modified time | relevance | path

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

/art/runtime/
Doat_file.cc1331 std::string dex_canonical_location = DexFile::GetDexCanonicalLocation(dex_location); in GetOatDexFile() local
1332 if (dex_canonical_location != dex_location) { in GetOatDexFile()
1333 StringPiece canonical_key(dex_canonical_location); in GetOatDexFile()
1349 std::string dex_canonical_location = DexFile::GetDexCanonicalLocation(dex_location); in GetOatDexFile() local
1351 + " (canonical path " + dex_canonical_location + ") in OatFile " + GetLocation(); in GetOatDexFile()
1359 std::string dex_canonical_location = DexFile::GetDexCanonicalLocation(dex_location); in GetOatDexFile() local
1363 + " (canonical path " + dex_canonical_location + ") in OatFile " + GetLocation() in GetOatDexFile()