Home
last modified time | relevance | path

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

/art/artd/binder/com/android/server/art/
DIArtd.aidl72 void deleteProfile(in com.android.server.art.ProfilePath profile); in deleteProfile() method
/art/artd/
Dartd.cc577 ndk::ScopedAStatus Artd::deleteProfile(const ProfilePath& in_profile) { in deleteProfile() function in art::artd::Artd
Dartd_test.cc1429 TEST_F(ArtdTest, deleteProfile) { in TEST_F() argument