Home
last modified time | relevance | path

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

/build/blueprint/pathtools/
Dfs.go113 Stat(name string) (os.FileInfo, error) methodSpec
211 func (fs *osFs) Stat(path string) (stats os.FileInfo, err error) { func
428 func (m *mockFs) Stat(name string) (os.FileInfo, error) { func
/build/soong/finder/fs/
Dfs.go54 Stat(path string) (stats os.FileInfo, err error) methodSpec
103 func (osFs) Stat(path string) (stats os.FileInfo, err error) { func
493 func (m *MockFs) Stat(path string) (stats os.FileInfo, err error) { func