io/fs.DirEntry.Name (method)
14 uses
io/fs (current package)
format.go#L61: name := dir.Name()
fs.go#L90: Name() string
glob.go#L107: n := info.Name()
readdir.go#L45: sort.Slice(list, func(i, j int) bool { return list[i].Name() < list[j].Name() })
walk.go#L94: name1 := path.Join(name, d1.Name())
crypto/x509
root_unix.go#L70: data, err := os.ReadFile(directory + "/" + fi.Name())
root_unix.go#L106: target, err := os.Readlink(filepath.Join(dir, f.Name()))
net/http
fs.go#L128: func (d dirEntryDirs) name(i int) string { return d[i].Name() }
os
dir.go#L123: sort.Slice(dirs, func(i, j int) bool { return dirs[i].Name() < dirs[j].Name() })
path/filepath
path.go#L463: path1 := Join(path, d1.Name())
path.go#L592: sort.Slice(dirs, func(i, j int) bool { return dirs[i].Name() < dirs[j].Name() })
|
The pages are generated with Golds v0.6.7. (GOOS=linux 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. |