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.cpp1094 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/
Dincfs_ndk.h290 IncFsErrorCode IncFs_ForEachIncompleteFile(const IncFsControl* control, void* context,
Dincfs_inline.h398 return IncFs_ForEachIncompleteFile(control, &context, in forEachIncompleteFile()
/system/incremental_delivery/incfs/
Dincfs.cpp1793 IncFsErrorCode IncFs_ForEachIncompleteFile(const IncFsControl* control, void* context, in IncFs_ForEachIncompleteFile() function