Home
last modified time | relevance | path

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

/art/runtime/
Dclass_loader_context.cc290 auto kept_it = std::remove_if( in RemoveLocationsFromClassPaths() local
297 info.classpath.erase(kept_it, info.classpath.end()); in RemoveLocationsFromClassPaths()
/art/dex2oat/
Ddex2oat.cc2377 auto kept_it = std::remove_if(parsed.begin(), in GetClassPathLocations() local
2383 parsed.erase(kept_it, parsed.end()); in GetClassPathLocations()