Home
last modified time | relevance | path

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

/build/soong/ui/build/
Dcleanbuild_test.go64 if foundFiles, err := ioutil.ReadDir(dir); err == nil {
Dupload.go58 if l, err := ioutil.ReadDir(p); err == nil {
Dbazel.go210 files, err := ioutil.ReadDir(destDir)
Dcleanbuild.go294 files, err := ioutil.ReadDir(dir)
/build/soong/bp2build/
Dsymlink_forest.go63 entryList, 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/cmd/soong_ui/
Dmain.go599 files, err := ioutil.ReadDir(internalDistDirPath)
/build/soong/finder/
Dfinder.go1394 children, err := f.filesystem.ReadDir(path)