Home
last modified time | relevance | path

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

/build/kati/
Dparser.go762 type makefileCacheT struct { struct
763 mu sync.Mutex
764 mk map[string]mkCacheEntry
771 func (mc *makefileCacheT) lookup(filename string) (makefile, [sha1.Size]byte, bool, error) {
786 func (mc *makefileCacheT) parse(filename string) (makefile, [sha1.Size]byte, error) {