Searched refs:IncFsFd (Results 1 – 5 of 5) sorted by relevance
/system/incremental_delivery/incfs/include/ |
D | incfs_ndk.h | 52 typedef int IncFsFd; typedef 101 IncFsFd fileFd; 157 IncFsControl* IncFs_CreateControl(IncFsFd cmd, IncFsFd pendingReads, IncFsFd logs); 159 IncFsFd IncFs_GetControlFd(const IncFsControl* control, IncFsFdType type); 160 IncFsSize IncFs_ReleaseControlFds(IncFsControl* control, IncFsFd out[], IncFsSize outSize); 196 IncFsFd IncFs_OpenForSpecialOpsByPath(const IncFsControl* control, const char* path); 197 IncFsFd IncFs_OpenForSpecialOpsById(const IncFsControl* control, IncFsFileId id);
|
D | incfs.h | 97 IncFsFd cmd() const; 98 IncFsFd pendingReads() const; 99 IncFsFd logs() const; 177 using Fd = IncFsFd; 199 UniqueControl createControl(IncFsFd cmd, IncFsFd pendingReads, IncFsFd logs);
|
D | incfs_inline.h | 103 inline IncFsFd UniqueControl::cmd() const { in cmd() 107 inline IncFsFd UniqueControl::pendingReads() const { in pendingReads() 111 inline IncFsFd UniqueControl::logs() const { in logs() 117 IncFsFd fds[result.size()]; in releaseFds() 136 inline UniqueControl createControl(IncFsFd cmd, IncFsFd pendingReads, IncFsFd logs) { in createControl()
|
/system/incremental_delivery/incfs/ |
D | incfs.cpp | 61 IncFsFd cmd; 62 IncFsFd pendingReads; 63 IncFsFd logs; 64 constexpr IncFsControl(IncFsFd cmd, IncFsFd pendingReads, IncFsFd logs) in IncFsControl() 482 IncFsFd IncFs_GetControlFd(const IncFsControl* control, IncFsFdType type) { in IncFs_GetControlFd() 498 IncFsSize IncFs_ReleaseControlFds(IncFsControl* control, IncFsFd out[], IncFsSize outSize) { in IncFs_ReleaseControlFds() 511 IncFsControl* IncFs_CreateControl(IncFsFd cmd, IncFsFd pendingReads, IncFsFd logs) { in IncFs_CreateControl() 1041 static IncFsFd openForSpecialOps(int cmd, const char* path) { in openForSpecialOps() 1054 IncFsFd IncFs_OpenForSpecialOpsByPath(const IncFsControl* control, const char* path) { in IncFs_OpenForSpecialOpsByPath() 1068 IncFsFd IncFs_OpenForSpecialOpsById(const IncFsControl* control, IncFsFileId id) { in IncFs_OpenForSpecialOpsById()
|
/system/incremental_delivery/incfs/tests/ |
D | incfs_test.cpp | 244 IncFsFd rawFds[3]; in TEST_F()
|