os.file.dirinfo (field)
10 uses
os (current package)
dir_darwin.go#L28: if f.dirinfo == nil {
dir_darwin.go#L33: f.dirinfo = &dirInfo{
dir_darwin.go#L37: d := f.dirinfo
file.go#L237: if e == nil && f.dirinfo != nil && r != 0 {
file_unix.go#L57: dirinfo *dirInfo // nil unless directory being read
file_unix.go#L247: if file.dirinfo != nil {
file_unix.go#L248: file.dirinfo.close()
file_unix.go#L268: if f.dirinfo != nil {
file_unix.go#L271: f.dirinfo.close()
file_unix.go#L272: f.dirinfo = nil
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)