Home
last modified time | relevance | path

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

/build/kati/
Ddepgraph.go130 g, err := loadCache(req.Makefile, req.Targets)
Dserialize.go755 func loadCache(makefile string, roots []string) (*DepGraph, error) { func