Home | History | Annotate | Download | only in api

Lines Matching full:fileinfo

43 pkg archive/zip, func FileInfoHeader(os.FileInfo) (*FileHeader, error)
47 pkg archive/zip, method (*File) FileInfo() os.FileInfo
53 pkg archive/zip, method (*FileHeader) FileInfo() os.FileInfo
3058 pkg go/build, type Context struct, ReadDir func(string) ([]os.FileInfo, error)
3146 pkg go/parser, func ParseDir(*token.FileSet, string, func(os.FileInfo) bool, Mode) (map[string]*ast.Package, error)
3801 pkg io/ioutil, func ReadDir(string) ([]os.FileInfo, error)
4767 pkg net/http, type File interface, Readdir(int) ([]os.FileInfo, error)
4769 pkg net/http, type File interface, Stat() (os.FileInfo, error)
5178 pkg os, func Lstat(string) (FileInfo, error)
5190 pkg os, func SameFile(FileInfo, FileInfo) bool
5193 pkg os, func Stat(string) (FileInfo, error)
5205 pkg os, method (*File) Readdir(int) ([]FileInfo, error)
5208 pkg os, method (*File) Stat() (FileInfo, error)
5233 pkg os, type FileInfo interface { IsDir, ModTime, Mode, Name, Size, Sys }
5234 pkg os, type FileInfo interface, IsDir() bool
5235 pkg os, type FileInfo interface, ModTime() time.Time
5236 pkg os, type FileInfo interface, Mode() FileMode
5237 pkg os, type FileInfo interface, Name() string
5238 pkg os, type FileInfo interface, Size() int64
5239 pkg os, type FileInfo interface, Sys() interface{}
5355 pkg path/filepath, type WalkFunc func(string, os.FileInfo, error) error