Home | History | Annotate | Download | only in http

Lines Matching refs:FileInfo

627 func (f *fakeFile) Stat() (os.FileInfo, error) { return f.fi, nil }
628 func (f *fakeFile) Readdir(count int) ([]os.FileInfo, error) {
632 var fis []os.FileInfo
729 func mustStat(t *testing.T, fileName string) os.FileInfo {
1038 func (issue12991File) Stat() (os.FileInfo, error) { return nil, os.ErrPermission }