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

/art/runtime/
H A Ddex_cache_resolved_classes.h32 const std::string& base_location,
35 base_location_(base_location),
31 DexCacheResolvedClasses(const std::string& dex_location, const std::string& base_location, uint32_t location_checksum) argument
H A Ddex_file.cc1220 std::string base_location = GetBaseLocation(dex_location); local
1221 const char* suffix = dex_location + base_location.size();
1223 UniqueCPtr<const char[]> path(realpath(base_location.c_str(), nullptr));
1224 if (path != nullptr && path.get() != base_location) {
1227 return base_location;

Completed in 52 milliseconds