Home
last modified time | relevance | path

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

/system/apex/apexd/
Dapexd_utils.h108 Result<std::vector<std::string>> ReadDir(const std::string& path, FilterFn fn) { in ReadDir() function
124 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()
Dapexd_session.cpp119 Result<std::vector<std::string>> sessionPaths = ReadDir( in GetSessions()
Dapex_file.cpp402 return ReadDir(path, filter_fn); in FindApexFilesByName()
Dapexservice_test.cpp508 return ReadDir(path, kAcceptAll); in ReadEntireDir()
/system/iorap/tests/src/inode2filename/
Dsearch_directories_test.cc2494 std::optional<PathEntry> path_entry_opt = state->ReadDir(); in readdir()
2568 std::optional<PathEntry> ReadDir() { in ReadDir() function