os.file.name (field)
13 uses
os (current package)
dir_darwin.go#L31: return nil, nil, nil, &PathError{Op: call, Path: f.name, Err: errno}
dir_darwin.go#L52: return names, dirents, infos, &PathError{Op: "readdir", Path: f.name, Err: errno}
dir_darwin.go#L74: de, err := newUnixDirent(f.name, string(name), dtToType(dirent.Type))
dir_darwin.go#L85: info, err := lstat(f.name + "/" + string(name))
file.go#L55: func (f *File) Name() string { return f.name }
file.go#L131: return 0, &PathError{Op: "readat", Path: f.name, Err: errors.New("negative offset")}
file.go#L207: return 0, &PathError{Op: "writeat", Path: f.name, Err: errors.New("negative offset")}
file.go#L370: return &PathError{Op: op, Path: f.name, Err: err}
file_unix.go#L56: name string
file_unix.go#L133: name: name,
file_unix.go#L255: err = &PathError{Op: "close", Path: file.name, Err: e}
stat_unix.go#L22: return nil, &PathError{Op: "stat", Path: f.name, Err: err}
stat_unix.go#L24: fillFileStatFromSys(&fs, f.name)
 |
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. |