func path/filepath.readDir

2 uses

	path/filepath (current package)
		path.go#L390: 	dirs, err := readDir(path)
		path.go#L511: func readDir(dirname string) ([]fs.DirEntry, error) {