Home
last modified time | relevance | path

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

/aosp12/system/incremental_delivery/incfs/
H A Dincfs.cpp164 static IncFsErrorCode forEachFileIn(std::string_view dirPath, Callback cb) { in forEachFileIn() function
1637 auto res = forEachFileIn(path::join(root, INCFS_INCOMPLETE_NAME), [](auto) { return false; }); in isEverythingLoadedV2()
1829 const auto res = forEachFileIn(path::join(root, INCFS_INCOMPLETE_NAME), [&](const char* name) { in IncFs_ListIncompleteFiles()
1853 return forEachFileIn(path::join(root, INCFS_INDEX_NAME), [&](const char* name) { in IncFs_ForEachFile()
1870 return forEachFileIn(path::join(root, INCFS_INCOMPLETE_NAME), [&](const char* name) { in IncFs_ForEachIncompleteFile()