Home
last modified time | relevance | path

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

/art/runtime/
Doat_file.cc1102 std::string dex_canonical_location = DexFile::GetDexCanonicalLocation(dex_location); in GetOatDexFile() local
1103 if (dex_canonical_location != dex_location) { in GetOatDexFile()
1104 StringPiece canonical_key(dex_canonical_location); in GetOatDexFile()
1124 std::string dex_canonical_location = DexFile::GetDexCanonicalLocation(dex_location); in GetOatDexFile() local
1130 << " ( canonical path " << dex_canonical_location << ")" in GetOatDexFile()