Searched refs:IncFs_ReleaseControlFds (Results 1 – 4 of 4) sorted by relevance
/system/incremental_delivery/incfs/include/ |
D | incfs_ndk.h | 160 IncFsSize IncFs_ReleaseControlFds(IncFsControl* control, IncFsFd out[], IncFsSize outSize);
|
D | incfs_inline.h | 118 auto count = IncFs_ReleaseControlFds(mControl, fds, std::size(fds)); in releaseFds()
|
/system/incremental_delivery/incfs/tests/ |
D | incfs_test.cpp | 245 EXPECT_EQ(-EINVAL, IncFs_ReleaseControlFds(nullptr, rawFds, 3)); in TEST_F() 246 EXPECT_EQ(-EINVAL, IncFs_ReleaseControlFds(control, nullptr, 3)); in TEST_F() 247 EXPECT_EQ(-ERANGE, IncFs_ReleaseControlFds(control, rawFds, 2)); in TEST_F() 248 EXPECT_EQ(3, IncFs_ReleaseControlFds(control, rawFds, 3)); in TEST_F()
|
/system/incremental_delivery/incfs/ |
D | incfs.cpp | 498 IncFsSize IncFs_ReleaseControlFds(IncFsControl* control, IncFsFd out[], IncFsSize outSize) { in IncFs_ReleaseControlFds() function
|