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.h215 IncFsControl* IncFs_CreateControl(IncFsFd cmd, IncFsFd pendingReads, IncFsFd logs,
Dincfs_inline.h146 return UniqueControl(IncFs_CreateControl(cmd, pendingReads, logs, blocksWritten)); in createControl()
/system/incremental_delivery/incfs/
Dincfs.cpp419 IncFs_CreateControl(cmd.get(), pendingReads.get(), logs.get(), blocksWritten.get()); in makeControl()
645 IncFsControl* IncFs_CreateControl(IncFsFd cmd, IncFsFd pendingReads, IncFsFd logs, in IncFs_CreateControl() function
/system/incremental_delivery/incfs/tests/
Dincfs_test.cpp263 auto control = IncFs_CreateControl(fds[0].release(), fds[1].release(), fds[2].release(), -1); in TEST_F()