Searched refs:IncFs_GetControlFd (Results 1 – 4 of 4) sorted by relevance
/system/incremental_delivery/incfs/include/ |
D | incfs_inline.h | 108 return IncFs_GetControlFd(mControl, CMD); in cmd() 112 return IncFs_GetControlFd(mControl, PENDING_READS); in pendingReads() 116 return IncFs_GetControlFd(mControl, LOGS); in logs() 120 return IncFs_GetControlFd(mControl, BLOCKS_WRITTEN); in blocksWritten()
|
D | incfs_ndk.h | 216 IncFsFd IncFs_GetControlFd(const IncFsControl* control, IncFsFdType type);
|
/system/incremental_delivery/incfs/tests/ |
D | incfs_test.cpp | 239 EXPECT_GE(IncFs_GetControlFd(control_, CMD), 0); in TEST_F() 240 EXPECT_GE(IncFs_GetControlFd(control_, PENDING_READS), 0); in TEST_F() 241 EXPECT_GE(IncFs_GetControlFd(control_, LOGS), 0); in TEST_F() 242 EXPECT_EQ((features() & Features::v2) != 0, IncFs_GetControlFd(control_, BLOCKS_WRITTEN) >= 0); in TEST_F() 250 EXPECT_LT(IncFs_GetControlFd(control_, CMD), 0); in TEST_F() 251 EXPECT_LT(IncFs_GetControlFd(control_, PENDING_READS), 0); in TEST_F() 252 EXPECT_LT(IncFs_GetControlFd(control_, LOGS), 0); in TEST_F() 253 EXPECT_LT(IncFs_GetControlFd(control_, BLOCKS_WRITTEN), 0); in TEST_F() 260 EXPECT_GE(IncFs_GetControlFd(control, CMD), 0); in TEST_F() 261 EXPECT_GE(IncFs_GetControlFd(control, PENDING_READS), 0); in TEST_F() [all …]
|
/system/incremental_delivery/incfs/ |
D | incfs.cpp | 573 IncFsFd IncFs_GetControlFd(const IncFsControl* control, IncFsFdType type) { in IncFs_GetControlFd() function
|