Searched defs:mockFileInfo (Results 1 – 1 of 1) sorted by relevance
374 type mockFileInfo struct { struct375 path string376 size int64377 modTime time.Time // time at which the inode's contents were modified378 permTime time.Time // time at which the inode's permissions were modified379 isDir bool380 inodeNumber uint64381 deviceNumber uint64384 func (m *mockFileInfo) Name() string {388 func (m *mockFileInfo) Size() int64 {[all …]