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

/art/runtime/
H A Doat_file.cc1240 std::string dex_canonical_location = DexFile::GetDexCanonicalLocation(dex_location); local
1241 if (dex_canonical_location != dex_location) {
1242 StringPiece canonical_key(dex_canonical_location);
1258 std::string dex_canonical_location = DexFile::GetDexCanonicalLocation(dex_location); local
1260 + " (canonical path " + dex_canonical_location + ") in OatFile " + GetLocation();
1268 std::string dex_canonical_location = DexFile::GetDexCanonicalLocation(dex_location); local
1272 + " (canonical path " + dex_canonical_location + ") in OatFile " + GetLocation()

Completed in 31 milliseconds