Lines Matching defs:mockFileInfo
379 type mockFileInfo struct { struct
380 path string
381 size int64
382 modTime time.Time // time at which the inode's contents were modified
383 permTime time.Time // time at which the inode's permissions were modified
384 mode os.FileMode
385 inodeNumber uint64
386 deviceNumber uint64
389 func (m *mockFileInfo) Name() string {
393 func (m *mockFileInfo) Size() int64 {
397 func (m *mockFileInfo) Mode() os.FileMode {
401 func (m *mockFileInfo) ModTime() time.Time {
405 func (m *mockFileInfo) IsDir() bool {
409 func (m *mockFileInfo) Sys() interface{} {