Home
last modified time | relevance | path

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

/art/artd/binder/com/android/server/art/
DIArtd.aidl188 long cleanup(in List<com.android.server.art.ProfilePath> profilesToKeep, in cleanup() argument
/art/libartservice/service/java/com/android/server/art/
DArtManagerLocal.java1084 List<ProfilePath> profilesToKeep = new ArrayList<>(); in cleanup() local
1100 profilesToKeep.addAll(profileLists.allProfiles()); in cleanup()
1110 return mInjector.getArtd().cleanup(profilesToKeep, artifactsToKeep, vdexFilesToKeep, in cleanup()