Home
last modified time | relevance | path

Searched defs:ReadDir (Results 1 – 2 of 2) sorted by relevance

/aosp12/build/soong/finder/fs/
H A Dfs.go107 func (osFs) ReadDir(path string) (contents []DirEntryInfo, err error) { func
526 func (m *MockFs) ReadDir(path string) (contents []DirEntryInfo, err error) { func
/aosp12/system/apex/apexd/
H A Dapexd_utils.h108 android::base::Result<std::vector<std::string>> ReadDir(const std::string& path, in ReadDir() function