Searched refs:roots (Results 1 – 4 of 4) 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 | 143 void Exec(const vector<DepNode*>& roots, Evaluator* ev) { in Exec() argument 145 for (DepNode* root : roots) { in Exec() 149 for (DepNode* root : roots) { in Exec()
|
D | exec.h | 25 void Exec(const vector<DepNode*>& roots, Evaluator* ev);
|
/build/tools/ |
D | fileslist.py | 26 roots = argv[1:] 27 for root in roots:
|