type src.elv.sh/pkg/shell.Paths
9 uses
src.elv.sh/pkg/shell (current package)
interact.go#L28: Paths Paths
paths.go#L13: type Paths struct {
paths.go#L26: func MakePaths(stderr io.Writer, overrides Paths) Paths {
runtime.go#L51: func InitRuntime(stderr io.Writer, p Paths, spawn bool) *eval.Evaler {
script.go#L19: Paths Paths
shell.go#L30: Paths{Bin: f.Bin, Sock: f.Sock, Db: f.DB})
shell.go#L45: func setupShell(fds [3]*os.File, p Paths, spawn bool) (*eval.Evaler, func()) {
src.elv.sh/pkg/web
web.go#L58: shell.Paths{Bin: web.BinPath, Sock: web.SockPath, Db: web.DbPath})