Searched refs:getVdexFileSize (Results 1 – 6 of 6) sorted by relevance
239 long getVdexFileSize(in com.android.server.art.VdexPath vdexPath); in getVdexFileSize() method
221 ndk::ScopedAStatus getVdexFileSize(const aidl::com::android::server::art::VdexPath& in_vdexPath,
2437 TEST_F(ArtdTest, getVdexFileSize) { in TEST_F() argument2448 ->getVdexFileSize(ArtifactsPath{.dexPath = scratch_path_ + "/a/b.apk", in TEST_F()
1367 ScopedAStatus Artd::getVdexFileSize(const VdexPath& in_vdexPath, int64_t* _aidl_return) { in getVdexFileSize() function in art::artd::Artd
1285 doReturn(1l << 3).when(mArtd).getVdexFileSize( in testGetArtManagedFileStats()1367 verify(mArtd, times(expectedGetVdexFileSizeCalls)).getVdexFileSize(any()); in testGetArtManagedFileStats()
1010 artifactsSize += artd.getVdexFileSize(vdexFile); in getArtManagedFileStats()