Home
last modified time | relevance | path

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

/build/soong/finder/fs/
Dfs.go379 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 {
[all …]