Searched refs:IncFs_ForEachIncompleteFile (Results 1 – 4 of 4) sorted by relevance
/system/incremental_delivery/incfs/tests/ |
D | incfs_test.cpp | 1094 EXPECT_EQ(-EINVAL, IncFs_ForEachIncompleteFile(nullptr, nullptr, nullptr)); in TEST_F() 1096 EXPECT_EQ(-EINVAL, IncFs_ForEachIncompleteFile(control_, nullptr, nullptr)); in TEST_F() 1099 IncFs_ForEachIncompleteFile(control_, nullptr, in TEST_F() 1103 IncFs_ForEachIncompleteFile(control_, this, [](auto, auto, auto) { return true; })); in TEST_F() 1115 IncFs_ForEachIncompleteFile(control_, this, [](auto, auto, auto) { return true; })); in TEST_F() 1131 IncFs_ForEachIncompleteFile(control_, this, [](auto, auto context, auto id) { in TEST_F()
|
/system/incremental_delivery/incfs/include/ |
D | incfs_ndk.h | 290 IncFsErrorCode IncFs_ForEachIncompleteFile(const IncFsControl* control, void* context,
|
D | incfs_inline.h | 398 return IncFs_ForEachIncompleteFile(control, &context, in forEachIncompleteFile()
|
/system/incremental_delivery/incfs/ |
D | incfs.cpp | 1793 IncFsErrorCode IncFs_ForEachIncompleteFile(const IncFsControl* control, void* context, in IncFs_ForEachIncompleteFile() function
|