Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/cache/
Dprog.go31 type ProgCache struct { struct
32 cmd *exec.Cmd
33 stdout io.ReadCloser // from the child process
34 stdin io.WriteCloser // to the child process
35 bw *bufio.Writer // to stdin
36 jenc *json.Encoder // to bw
40 can map[ProgCmd]bool
48 fuzzDirCache Cache
50 closing atomic.Bool
51 ctx context.Context // valid until Close via ctxClose
[all …]