Home
last modified time | relevance | path

Searched refs:roots (Results 1 – 3 of 3) 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.cc141 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()
Dexec.h24 void Exec(const vector<NamedDepNode>& roots, Evaluator* ev);