Home
last modified time | relevance | path

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

/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