Home
last modified time | relevance | path

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

/build/soong/ui/build/
Dcleanbuild_test.go64 if foundFiles, err := ioutil.ReadDir(dir); err == nil {
Dupload.go60 if l, err := ioutil.ReadDir(p); err != nil {
Dcleanbuild.go312 files, err := ioutil.ReadDir(dir)
/build/soong/mk2rbc/
Dfind_mockfs.go97 func (m FindMockFS) ReadDir(name string) ([]fs.DirEntry, error) { func
/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.go1399 children, err := f.filesystem.ReadDir(path)