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

6 uses

	src.elv.sh/pkg/shell (current package)
		paths.go#L18: 	Db      string
		paths.go#L35: 		setChild(&p.Db, p.DataDir, "db")
		runtime.go#L64: 	if spawn && p.Sock != "" && p.Db != "" {
		runtime.go#L68: 			DbPath:   p.Db,
		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})