Lines Matching full:fileinfo
437 type @"os".FileInfo interface { IsDir() (? bool); ModTime() (? @"time".Time); Mode() (? @"os".FileMode); Name() (? string); Size() (? int64); Sys() (? interface {}) }
438 type @"".File interface { Close() (? error); Read(@"io".p []byte) (@"io".n int, @"io".err error); Readdir(@"".count int) (? []@"os".FileInfo, ? error); Seek(@"".offset int64, @"".whence int) (? int64, ? error); Stat() (? @"os".FileInfo, ? error) }
1797 0runtime.morestack_noctxt @? &"".autotmp_0426 "type.interface {} "".autotmp_0425 ?"type.interface {} "".autotmp_0424 ?(type.[2]interface {} "".autotmp_0421 ?&type.[]interface {} "".autotmp_0420 ? type.os.FileInfo