Home
last modified time | relevance | path

Searched defs:mergeProfiles (Results 1 – 4 of 4) sorted by relevance

/art/artd/binder/com/android/server/art/
DIArtd.aidl98 boolean mergeProfiles(in List<com.android.server.art.ProfilePath> profiles, in mergeProfiles() method
/art/libartservice/service/java/com/android/server/art/
DDexopter.java522 private ProfilePath mergeProfiles(@NonNull DexInfoType dexInfo, in mergeProfiles() method in Dexopter
/art/artd/
Dartd.cc617 ndk::ScopedAStatus Artd::mergeProfiles(const std::vector<ProfilePath>& in_profiles, in mergeProfiles() function in art::artd::Artd
Dartd_test.cc1592 TEST_F(ArtdTest, mergeProfiles) { in TEST_F() argument