Searched refs:canonical_locations (Results 1 – 1 of 1) sorted by relevance
525 std::set<std::string> canonical_locations; in RemoveLocationsFromClassPaths() local527 canonical_locations.insert(DexFileLoader::GetDexCanonicalLocation(location.c_str())); in RemoveLocationsFromClassPaths()539 [canonical_locations](const std::string& location) { in RemoveLocationsFromClassPaths()540 return ContainsElement(canonical_locations, in RemoveLocationsFromClassPaths()