Home
last modified time | relevance | path

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

/build/soong/finder/fs/
Dfs.go54 ReadDir(path string) (contents []DirEntryInfo, err error) methodSpec
102 func (osFs) ReadDir(path string) (contents []DirEntryInfo, err error) { func
511 func (m *MockFs) ReadDir(path string) (contents []DirEntryInfo, err error) { func
/build/soong/finder/
Dfinder.go1380 children, err := f.filesystem.ReadDir(path)