Searched refs:base_location (Results 1 – 1 of 1) sorted by relevance
970 std::string base_location = GetBaseLocation(dex_location); in GetDexCanonicalLocation() local971 const char* suffix = dex_location + base_location.size(); in GetDexCanonicalLocation()973 UniqueCPtr<const char[]> path(realpath(base_location.c_str(), nullptr)); in GetDexCanonicalLocation()974 if (path != nullptr && path.get() != base_location) { in GetDexCanonicalLocation()977 return base_location; in GetDexCanonicalLocation()