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