Home | History | Annotate | Download | only in linux_amd64_race

Lines Matching full:modtime

163 	type @"os".FileInfo interface { IsDir() (? bool); ModTime() (? @"time".Time); Mode() (? @"os".FileMode); Name() (? string); Size() (? int64); Sys() (? interface {}) }