Home
last modified time | relevance | path

Searched defs:commitTmpProfile (Results 1 – 3 of 3) sorted by relevance

/art/artd/binder/com/android/server/art/
DIArtd.aidl80 void commitTmpProfile(in com.android.server.art.ProfilePath.TmpProfilePath profile); in commitTmpProfile() method
/art/artd/
Dartd.cc758 ndk::ScopedAStatus Artd::commitTmpProfile(const TmpProfilePath& in_profile) { in commitTmpProfile() function in art::artd::Artd
Dartd_test.cc1662 TEST_F(ArtdTest, commitTmpProfile) { in TEST_F() argument