src.elv.sh/pkg/shell.Paths.Sock (field)

6 uses

	src.elv.sh/pkg/shell (current package)
		paths.go#L15: 	Sock   string
		paths.go#L30: 		setChild(&p.Sock, p.RunDir, "sock")
		runtime.go#L64: 	if spawn && p.Sock != "" && p.Db != "" {
		runtime.go#L69: 			SockPath: p.Sock,
		shell.go#L30: 		Paths{Bin: f.Bin, Sock: f.Sock, Db: f.DB})

	src.elv.sh/pkg/web
		web.go#L58: 		shell.Paths{Bin: web.BinPath, Sock: web.SockPath, Db: web.DbPath})