Searched defs:dex_canonical_location (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Doat_file.cc557 std::string dex_canonical_location = DexFile::GetDexCanonicalLocation(dex_location); local
558 if (dex_canonical_location != dex_location) {
559 StringPiece canonical_key(dex_canonical_location);
579 std::string dex_canonical_location = DexFile::GetDexCanonicalLocation(dex_location); local
585 << " ( canonical path " << dex_canonical_location << ")"

Completed in 21 milliseconds