Searched refs:roots (Results 1 – 3 of 3) sorted by relevance
/build/kati/ |
D | serialize.go | 275 func makeSerializableGraph(g *DepGraph, roots []string) (serializableGraph, error) { 284 Roots: roots, 290 func (jsonLoadSaver) Save(g *DepGraph, filename string, roots []string) error { 292 sg, err := makeSerializableGraph(g, roots) 317 func (gobLoadSaver) Save(g *DepGraph, filename string, roots []string) error { 327 sg, err = makeSerializableGraph(g, roots) 349 func cacheFilename(mk string, roots []string) string { 351 for _, r := range roots { 357 func saveCache(g *DepGraph, roots []string) error { 361 cacheFile := cacheFilename(g.accessedMks[0].Filename, roots) [all …]
|
D | exec.cc | 141 void Exec(const vector<NamedDepNode>& roots, Evaluator* ev) { in Exec() argument 143 for (auto const& root : roots) { in Exec() 147 for (auto const& root : roots) { in Exec()
|
D | exec.h | 24 void Exec(const vector<NamedDepNode>& roots, Evaluator* ev);
|