Lines Matching full:fileinfo
130 type @"".FileInfo interface { IsDir() (? bool); ModTime() (? @"time".Time); Mode() (? @"".FileMode); Name() (? string); Size() (? int64); Sys() (? interface {}) }
140 func (@"".f·3 *@"".File "esc:0x1") Readdir (@"".n·4 int) (@"".fi·1 []@"".FileInfo, @"".err·2 error)
143 func (@"".f·3 *@"".File "esc:0x10a") Stat () (? @"".FileInfo, ? error)
152 FileInfo, @"".err·2 error)
215 func @"".Stat (@"".name·3 string) (? @"".FileInfo, ? error)
216 func @"".Lstat (@"".name·3 string) (? @"".FileInfo, ? error)
251 func @"".SameFile (@"".fi1·2 @"".FileInfo "esc:0x1", @"".fi2·3 @"".FileInfo "esc:0x1") (? bool) { var @"".fs1·4 *@"".fileStat; var @"".ok1·5 bool; @"".fs1·4, @"".ok1·5 = @"".fi1·2.(*@"".fileStat); var @"".fs2·6 *@"".fileStat; var @"".ok2·7 bool; @"".fs2·6, @"".ok2·7 = @"".fi2·3.(*@"".fileStat); if !@"".ok1·5 || !@"".ok2·7 { return false }; return @"".sameFile(@"".fs1·4, @"".fs2·6) }
479 0runtime.morestack_noctxt p? "".autotmp_0063 otype.error "".autotmp_0062 type.error "".autotmp_0060 Otype.error "".autotmp_0059 /$type.[]"".FileInfo