Home
last modified time | relevance | path

Searched defs:shellShared (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/work/
Dshell.go36 *shellShared // per-Builder state shared across Shells anonMember
41 type shellShared struct { struct
42 workDir string // $WORK, immutable
44 printLock sync.Mutex
45 printFunc func(args ...any) (int, error)
46 scriptDir string // current directory in printed script
48 mkdirCache par.Cache[string, error] // a cache of created directories