Searched refs:ReadDir (Results 1 – 5 of 5) sorted by relevance
108 Result<std::vector<std::string>> ReadDir(const std::string& path, FilterFn fn) { in ReadDir() function124 auto res = ReadDir(path, [](auto _) { return true; }); in IsEmptyDirectory()155 auto files = ReadDir(path, [](auto _) { return true; }); in DeleteDirContent()237 return ReadDir(path, filter_fn); in GetSubdirs()
119 Result<std::vector<std::string>> sessionPaths = ReadDir( in GetSessions()
402 return ReadDir(path, filter_fn); in FindApexFilesByName()
508 return ReadDir(path, kAcceptAll); in ReadEntireDir()
2494 std::optional<PathEntry> path_entry_opt = state->ReadDir(); in readdir()2568 std::optional<PathEntry> ReadDir() { in ReadDir() function