Home
last modified time | relevance | path

Searched refs:accessCache (Results 1 – 1 of 1) sorted by relevance

/build/kati/
Deval.go44 type accessCache struct { struct
49 func newAccessCache() *accessCache {
50 return &accessCache{
55 func (ac *accessCache) update(fn string, hash [sha1.Size]byte, st fileState) string { argument
90 func (ac *accessCache) Slice() []*accessedMakefile { argument
160 cache *accessCache