Searched defs:ReadDir (Results 1 – 2 of 2) sorted by relevance
107 func (osFs) ReadDir(path string) (contents []DirEntryInfo, err error) { func526 func (m *MockFs) ReadDir(path string) (contents []DirEntryInfo, err error) { func
108 android::base::Result<std::vector<std::string>> ReadDir(const std::string& path, in ReadDir() function