Lines Matching refs:FileInfo
53 Lstat(path string) (stats os.FileInfo, err error)
54 Stat(path string) (stats os.FileInfo, err error)
57 InodeNumber(info os.FileInfo) (number uint64, err error)
58 DeviceNumber(info os.FileInfo) (number uint64, err error)
59 PermTime(info os.FileInfo) (time time.Time, err error)
85 var _ DirEntryInfo = os.FileInfo(nil)
99 func (osFs) Lstat(path string) (stats os.FileInfo, err error) {
103 func (osFs) Stat(path string) (stats os.FileInfo, err error) {
450 func (m *MockFs) Lstat(path string) (stats os.FileInfo, err error) {
493 func (m *MockFs) Stat(path string) (stats os.FileInfo, err error) {
503 func (m *MockFs) InodeNumber(info os.FileInfo) (number uint64, err error) { argument
510 func (m *MockFs) DeviceNumber(info os.FileInfo) (number uint64, err error) { argument
517 func (m *MockFs) PermTime(info os.FileInfo) (when time.Time, err error) { argument