Home
last modified time | relevance | path

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

/aosp12/build/soong/finder/fs/
H A 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