Home
last modified time | relevance | path

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

/build/kati/
Dserialize.go275 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 …]
Dexec.cc143 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()
Dexec.h25 void Exec(const vector<DepNode*>& roots, Evaluator* ev);
/build/tools/
Dfileslist.py26 roots = argv[1:]
27 for root in roots: