Searched refs:IncFs_CreateControl (Results 1 – 4 of 4) sorted by relevance
/system/incremental_delivery/incfs/include/ |
D | incfs_ndk.h | 157 IncFsControl* IncFs_CreateControl(IncFsFd cmd, IncFsFd pendingReads, IncFsFd logs);
|
D | incfs_inline.h | 137 return UniqueControl(IncFs_CreateControl(cmd, pendingReads, logs)); in createControl()
|
/system/incremental_delivery/incfs/ |
D | incfs.cpp | 317 auto control = IncFs_CreateControl(cmd.get(), pendingReads.get(), logs.get()); in makeControl() 511 IncFsControl* IncFs_CreateControl(IncFsFd cmd, IncFsFd pendingReads, IncFsFd logs) { in IncFs_CreateControl() function
|
/system/incremental_delivery/incfs/tests/ |
D | incfs_test.cpp | 239 auto control = IncFs_CreateControl(fds[0].release(), fds[1].release(), fds[2].release()); in TEST_F()
|