Searched refs:Output (Results 1 – 17 of 17) sorted by relevance
/build/kati/ |
D | exec.go | 47 output, _ := ex.ctx.vpaths.exists(n.Output) 49 glog.V(1).Infof("MakeJob: %s for %s", output, neededBy.n.Output) 51 n.Output = output 62 fmt.Printf("Circular %s <- %s dependency dropped.\n", neededBy.n.Output, n.Output) 68 glog.Infof("%s already done: %d", j.n.Output, j.outputTs) 95 if _, ok := ex.ctx.vpaths.exists(d.Output); ok { 101 glog.V(1).Infof("new: %s (%d)", j.n.Output, j.numDeps) 104 ex.trace = append(ex.trace, d.Output) 180 m[n.Output] = n 199 fmt.Printf("kati: Nothing to be done for `%s'.\n", root.Output)
|
D | query.go | 23 id, present := seen[n.Output] 26 seen[n.Output] = id 28 fmt.Fprintf(w, "%*c%s (%d)\n", indent, ' ', n.Output, id) 44 fmt.Fprintf(w, "%s:", n.Output) 53 fmt.Fprintf(w, "%s: %s=%s\n", n.Output, k, v.String()) 69 if n.Output == q { 94 fmt.Fprintf(w, "%s\n", n.Output)
|
D | worker.go | 136 j.outputTs = getTimestamp(j.n.Output) 144 return fmt.Errorf("*** No rule to make target %q.", j.n.Output) 146 …eturn fmt.Errorf("*** No rule to make target %q, needed by %q.", j.n.Output, j.parents[0].n.Output) 162 err := r.run(j.n.Output) 163 glog.Warningf("cmd result for %q: %v", j.n.Output, err) 166 return fmt.Errorf("*** [%s] Error %d", j.n.Output, exit) 173 j.outputTs = getTimestamp(j.n.Output) 190 glog.V(1).Infof("run: %s", j.n.Output) 203 glog.V(1).Infof("child: %s (%d)", p.n.Output, p.numDeps) 275 glog.V(1).Infof("ready: %s", j.n.Output) [all …]
|
D | ninja.go | 410 t := escapeBuildTarget(d.Output) 419 t := escapeBuildTarget(d.Output) 480 output := node.Output 495 glog.V(1).Infof("node %s=%s => %s=alias", o, s, node.Output) 515 fmt.Fprintf(n.f, "\n# rule for %q\n", node.Output) 561 glog.V(1).Infof("node %s dep node %q %s", node.Output, d.Output, n.done[d.Output]) 568 glog.V(1).Infof("node %s order node %q %s", node.Output, d.Output, n.done[d.Output]) 725 glog.V(1).Infof("node %q %s", node.Output, n.done[node.Output]) 769 defaultTarget = g.nodes[0].Output
|
D | serialize.go | 116 Output int member 195 if ns.done[n.Output] { 198 ns.done[n.Output] = true 202 deps = append(deps, ns.serializeTarget(d.Output)) 206 orderonlys = append(orderonlys, ns.serializeTarget(d.Output)) 210 parents = append(parents, ns.serializeTarget(d.Output)) 244 Output: ns.serializeTarget(n.Output), 537 Output: targets[n.Output], 552 nodeMap[targets[n.Output]] = d 557 d := nodeMap[targets[n.Output]]
|
D | depgraph.go | 50 glog.V(3).Infof("vpath check %s [%#v]", n.Output, g.vpaths) 51 if output, ok := g.vpaths.exists(n.Output); ok { 52 glog.V(2).Infof("vpath fix %s=>%s", n.Output, output) 53 n.Output = output
|
D | evalcmd.go | 299 ctx.output = n.Output 312 glog.Infof("Building: %s cmds:%q", n.Output, n.Cmds) 314 output: n.Output, 332 output: n.Output,
|
D | dep.go | 28 Output string member 43 n.Output, len(n.Cmds), len(n.Deps), len(n.OrderOnlys), n.HasRule, n.IsPhony, n.Filename, n.Lineno) 294 n := &DepNode{Output: output, IsPhony: db.phony[output]}
|
D | func.go | 976 out, err := cmd.Output()
|
/build/soong/cc/ |
D | x86_darwin_host.go | 95 bytes, err := exec.Command("xcode-select", "--print-path").Output() 104 bytes, err := exec.Command("xcrun", "--find", "ar").Output() 143 bytes, err := exec.Command("xcrun", "--sdk", "macosx"+selected, arg).Output() 151 bytes, err := exec.Command("xcrun", "--sdk", "macosx"+sdk, arg).Output()
|
D | builder.go | 200 Output: objFile, 222 Output: outputFile, 342 Output: outputFile, 369 Output: outputFile, 386 Output: outputFile, 400 Output: outputFile,
|
D | gen.go | 70 Output: outFile,
|
/build/soong/java/ |
D | builder.go | 126 Output: classFileList, 160 Output: outputFile, 178 Output: outputFile, 206 Output: outputFile, 220 Output: outputFile,
|
D | app_builder.go | 110 Output: outputFile, 127 Output: resourceApk, 143 Output: outputFile,
|
D | gen.go | 65 Output: javaFile, 81 Output: javaFile,
|
/build/soong/common/ |
D | module.go | 39 Output WritablePath member 464 if params.Output != nil { 465 bparams.Outputs = append(bparams.Outputs, params.Output.String()) 543 Output: fullInstallPath,
|
/build/soong/genrule/ |
D | genrule.go | 122 Output: task.out,
|