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

/art/runtime/
H A Ddex_file.cc970 std::string base_location = GetBaseLocation(dex_location); local
971 const char* suffix = dex_location + base_location.size();
973 UniqueCPtr<const char[]> path(realpath(base_location.c_str(), nullptr));
974 if (path != nullptr && path.get() != base_location) {
977 return base_location;

Completed in 60 milliseconds