Home
last modified time | relevance | path

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

/art/runtime/
Doat_file.cc397 std::string dex_canonical_location = DexFile::GetDexCanonicalLocation(dex_location); in GetOatDexFile() local
398 if (dex_canonical_location != dex_location) { in GetOatDexFile()
399 StringPiece canonical_key(dex_canonical_location); in GetOatDexFile()
419 std::string dex_canonical_location = DexFile::GetDexCanonicalLocation(dex_location); in GetOatDexFile() local
425 << " ( canonical path " << dex_canonical_location << ")" in GetOatDexFile()