Searched defs:canonical_locations (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Dclass_loader_context.cc275 std::set<std::string> canonical_locations; local
277 canonical_locations.insert(DexFileLoader::GetDexCanonicalLocation(location.c_str()));
285 [canonical_locations](const std::string& location) {
286 return ContainsElement(canonical_locations,

Completed in 41 milliseconds