Home
last modified time | relevance | path

Searched refs:IncFs_CreateControl (Results 1 – 4 of 4) sorted by relevance

/system/incremental_delivery/incfs/include/
Dincfs_ndk.h157 IncFsControl* IncFs_CreateControl(IncFsFd cmd, IncFsFd pendingReads, IncFsFd logs);
Dincfs_inline.h137 return UniqueControl(IncFs_CreateControl(cmd, pendingReads, logs)); in createControl()
/system/incremental_delivery/incfs/
Dincfs.cpp317 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/
Dincfs_test.cpp239 auto control = IncFs_CreateControl(fds[0].release(), fds[1].release(), fds[2].release()); in TEST_F()