Searched defs:Stat (Results 1 – 4 of 4) sorted by relevance
37 func (m FindMockFS) Stat(name string) (fs.FileInfo, error) { func69 func (m myFileInfo) Stat() (fs.FileInfo, error) { func
113 Stat(name string) (os.FileInfo, error) methodSpec257 func (fs *osFs) Stat(path string) (stats os.FileInfo, err error) { func480 func (m *mockFs) Stat(name string) (os.FileInfo, error) { func
54 Stat(path string) (stats os.FileInfo, err error) methodSpec103 func (osFs) Stat(path string) (stats os.FileInfo, err error) { func493 func (m *MockFs) Stat(path string) (stats os.FileInfo, err error) { func
167 func (f *testFile) Stat() (fs.FileInfo, error) { func