Home
last modified time | relevance | path

Searched refs:seen (Results 1 – 8 of 8) sorted by relevance

/build/kati/
Dquery.go22 func showDeps(w io.Writer, n *DepNode, indent int, seen map[string]int) {
23 id, present := seen[n.Output]
25 id = len(seen)
26 seen[n.Output] = id
33 showDeps(w, d, indent+1, seen)
38 showDeps(w, d, indent+1, seen)
62 seen := make(map[string]int)
64 showDeps(w, n, 1, seen)
Dpathutil.go397 func (c *fsCacheT) find(w evalWriter, fc findCommand, path string, id fileid, depth int, seen map[f…
411 if p, ok := seen[ent.id]; ok {
416 seen[ent.id] = lpath
432 c.find(w, fc, filepathJoin(path, ent.name), ent.id, depth+1, seen)
492 seen := make(map[fileid]string)
503 fsCache.find(w, fc, dir, id, 1, seen)
840 seen := make(map[fileid]string)
842 fc.walk(w, dir, id, 1, seen)
846 func (fc findleavesCommand) walk(w evalWriter, dir string, id fileid, depth int, seen map[fileid]st…
873 if p, ok := seen[subdir.id]; ok {
[all …]
Ddepgraph.go43 seen := make(map[*DepNode]bool)
46 if seen[n] {
49 seen[n] = true
Devalcmd.go71 seen := make(map[string]bool)
73 if !seen[input] {
74 seen[input] = true
Dninja.go408 seen := make(map[string]bool)
411 if seen[t] {
415 seen[t] = true
420 if seen[t] {
424 seen[t] = true
Dcommand.cc109 unordered_set<StringPiece> seen; in Eval() local
112 if (seen.insert(ai.str()).second) in Eval()
DINTERNALS.md180 doesn't. As we've seen in the previous subsection, sometimes kati cannot tell
/build/core/
Dnode_fns.mk224 $(if $($(1).$(_in).seen), \
227 $(eval $(1).$(_in).seen := true) \