Home
last modified time | relevance | path

Searched refs:BLOCKS_WRITTEN (Results 1 – 5 of 5) sorted by relevance

/system/incremental_delivery/incfs/include/
Dincfs_ndk.h68 BLOCKS_WRITTEN, enumerator
Dincfs_inline.h120 return IncFs_GetControlFd(mControl, BLOCKS_WRITTEN); in blocksWritten()
/system/vold/
DVoldNativeService.cpp1014 if (fds[BLOCKS_WRITTEN].ok()) { in mountIncFs()
1015 _aidl_return->blocksWritten.emplace(unique_fd(fds[BLOCKS_WRITTEN].release())); in mountIncFs()
/system/incremental_delivery/incfs/tests/
Dincfs_test.cpp242 EXPECT_EQ((features() & Features::v2) != 0, IncFs_GetControlFd(control_, BLOCKS_WRITTEN) >= 0); in TEST_F()
253 EXPECT_LT(IncFs_GetControlFd(control_, BLOCKS_WRITTEN), 0); in TEST_F()
/system/incremental_delivery/incfs/
Dincfs.cpp584 case BLOCKS_WRITTEN: in IncFs_GetControlFd()
601 out[BLOCKS_WRITTEN] = std::exchange(control->blocksWritten, -1); in IncFs_ReleaseControlFds()