src.elv.sh/pkg/store.Dir.Path (field)

12 uses

	src.elv.sh/pkg/store (current package)
		dir.go#L84: 				Path:  d,
		store.go#L35: 	Path  string

	src.elv.sh/pkg/store/storetest
		dir.go#L15: 			Path:  "/usr",
		dir.go#L19: 			Path:  "/usr/bin",
		dir.go#L26: 			Path:  "/usr/bin",

	src.elv.sh/pkg/cli/mode
		location.go#L67: 			dirs = append(dirs, store.Dir{Score: pinnedScore, Path: s})
		location.go#L85: 		if filepath.IsAbs(dir.Path) {
		location.go#L87: 		} else if wsKind != "" && hasPathPrefix(dir.Path, wsKind) {
		location.go#L102: 				path := it.(locationList).dirs[i].Path
		location.go#L160: 		if p(fsutil.TildeAbbr(dir.Path)) {
		location.go#L169: 		showScore(l.dirs[i].Score), fsutil.TildeAbbr(l.dirs[i].Path)))

	src.elv.sh/pkg/eval
		builtin_fn_fs.go#L108: 		out <- dirHistoryEntry{dir.Path, dir.Score}