Searched refs:ReadDir (Results 1 – 8 of 8) sorted by relevance
/build/soong/ui/build/ |
D | cleanbuild_test.go | 64 if foundFiles, err := ioutil.ReadDir(dir); err == nil {
|
D | upload.go | 58 if l, err := ioutil.ReadDir(p); err == nil {
|
D | bazel.go | 210 files, err := ioutil.ReadDir(destDir)
|
D | cleanbuild.go | 294 files, err := ioutil.ReadDir(dir)
|
/build/soong/bp2build/ |
D | symlink_forest.go | 63 entryList, err := ioutil.ReadDir(dir)
|
/build/soong/finder/fs/ |
D | fs.go | 55 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/ |
D | main.go | 599 files, err := ioutil.ReadDir(internalDistDirPath)
|
/build/soong/finder/ |
D | finder.go | 1394 children, err := f.filesystem.ReadDir(path)
|