Home
last modified time | relevance | path

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

/build/soong/finder/fs/
Dfs.go374 type mockFileInfo struct { struct
375 path string
376 size int64
377 modTime time.Time // time at which the inode's contents were modified
378 permTime time.Time // time at which the inode's permissions were modified
379 isDir bool
380 inodeNumber uint64
381 deviceNumber uint64
384 func (m *mockFileInfo) Name() string {
388 func (m *mockFileInfo) Size() int64 {
[all …]