Home
last modified time | relevance | path

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

/art/runtime/
Ddex_file.cc1033 std::string base_location = GetBaseLocation(dex_location); in GetDexCanonicalLocation() local
1034 const char* suffix = dex_location + base_location.size(); in GetDexCanonicalLocation()
1036 UniqueCPtr<const char[]> path(realpath(base_location.c_str(), nullptr)); in GetDexCanonicalLocation()
1037 if (path != nullptr && path.get() != base_location) { in GetDexCanonicalLocation()
1040 return base_location; in GetDexCanonicalLocation()