Searched defs:mockFileInfo (Results 1 – 1 of 1) sorted by relevance
379 type mockFileInfo struct { struct380 path string381 size int64382 modTime time.Time // time at which the inode's contents were modified383 permTime time.Time // time at which the inode's permissions were modified384 mode os.FileMode385 inodeNumber uint64386 deviceNumber uint64389 func (m *mockFileInfo) Name() string {393 func (m *mockFileInfo) Size() int64 {[all …]