Home
last modified time | relevance | path

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

/art/runtime/
Doat_file.cc470 std::string canonical_location = DexFileLoader::GetDexCanonicalLocation(dex_location.c_str()); in Setup() local
473 OatDexFile* oat_dex_file = new OatDexFile(this, dex_file, dex_location, canonical_location); in Setup()
479 if (canonical_location != dex_location) { in Setup()