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.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |