Home
last modified time | relevance | path

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

/art/runtime/jit/
Dprofile_saver.cc1269 UniqueCPtr<const char[]> location_real(realpath(location.c_str(), nullptr)); in ResolveTrackedLocations() local
1271 if (location_real != nullptr) { in ResolveTrackedLocations()
1272 resolved_locations_it->second.emplace_back(location_real.get()); in ResolveTrackedLocations()