Home
last modified time | relevance | path

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

/art/artd/binder/com/android/server/art/
DIArtd.aidl304 long getProfileSize(in com.android.server.art.ProfilePath profile); in getProfileSize() method
/art/artd/
Dartd.cc1501 ScopedAStatus Artd::getProfileSize(const ProfilePath& in_profile, int64_t* _aidl_return) { in getProfileSize() function in art::artd::Artd
Dartd_test.cc2683 TEST_F(ArtdTest, getProfileSize) { in TEST_F() argument