Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/test/
Dtest.go1333 type runCache struct { struct
1334 disableCache bool // cache should be disabled for this run
1336 buf *bytes.Buffer
1337 id1 cache.ActionID
1338 id2 cache.ActionID
1690 func (c *runCache) tryCache(b *work.Builder, a *work.Action) bool {
1694 func (c *runCache) tryCacheWithID(b *work.Builder, a *work.Action, id string) bool {
1999 func (c *runCache) saveOutput(a *work.Action) {