Home
last modified time | relevance | path

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

/build/soong/ui/build/
Dcleanbuild_test.go64 if foundFiles, err := ioutil.ReadDir(dir); err == nil {
Dcleanbuild.go266 files, err := ioutil.ReadDir(dir)
/build/soong/finder/fs/
Dfs.go55 ReadDir(path string) (contents []DirEntryInfo, err error) methodSpec
107 func (osFs) ReadDir(path string) (contents []DirEntryInfo, err error) { func
526 func (m *MockFs) ReadDir(path string) (contents []DirEntryInfo, err error) { func
/build/soong/finder/
Dfinder.go1381 children, err := f.filesystem.ReadDir(path)