Home
last modified time | relevance | path

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

/art/runtime/
Dclass_loader_context.cc541 std::set<std::string> canonical_locations; in RemoveLocationsFromClassPaths() local
543 canonical_locations.insert(DexFileLoader::GetDexCanonicalLocation(location.c_str())); in RemoveLocationsFromClassPaths()
555 [canonical_locations](const std::string& location) { in RemoveLocationsFromClassPaths()
556 return ContainsElement(canonical_locations, in RemoveLocationsFromClassPaths()