Searched refs:base_location (Results 1 – 2 of 2) sorted by relevance
32 const std::string& base_location, in DexCacheResolvedClasses() argument36 base_location_(base_location), in DexCacheResolvedClasses()
1241 std::string base_location = GetBaseLocation(dex_location); in GetDexCanonicalLocation() local1242 const char* suffix = dex_location + base_location.size(); in GetDexCanonicalLocation()1244 UniqueCPtr<const char[]> path(realpath(base_location.c_str(), nullptr)); in GetDexCanonicalLocation()1245 if (path != nullptr && path.get() != base_location) { in GetDexCanonicalLocation()1248 return base_location; in GetDexCanonicalLocation()