Searched refs:forEachFileIn (Results 1 – 1 of 1) sorted by relevance
164 static IncFsErrorCode forEachFileIn(std::string_view dirPath, Callback cb) { in forEachFileIn() function1637 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()