Home
last modified time | relevance | path

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

/system/incremental_delivery/incfs/tests/
Dincfs_test.cpp1132 EXPECT_EQ(-EINVAL, IncFs_ForEachIncompleteFile(nullptr, nullptr, nullptr)); in TEST_F()
1134 EXPECT_EQ(-EINVAL, IncFs_ForEachIncompleteFile(control_, nullptr, nullptr)); in TEST_F()
1137 IncFs_ForEachIncompleteFile(control_, nullptr, in TEST_F()
1141 IncFs_ForEachIncompleteFile(control_, this, [](auto, auto, auto) { return true; })); in TEST_F()
1153 IncFs_ForEachIncompleteFile(control_, this, [](auto, auto, auto) { return true; })); in TEST_F()
1169 IncFs_ForEachIncompleteFile(control_, this, [](auto, auto context, auto id) { in TEST_F()
/system/incremental_delivery/incfs/include/
Dincfs_ndk.h292 IncFsErrorCode IncFs_ForEachIncompleteFile(const IncFsControl* control, void* context,
Dincfs_inline.h400 return IncFs_ForEachIncompleteFile(control, &context, in forEachIncompleteFile()
/system/incremental_delivery/incfs/
Dincfs.cpp1866 IncFsErrorCode IncFs_ForEachIncompleteFile(const IncFsControl* control, void* context, in IncFs_ForEachIncompleteFile() function