HomeSort by relevance Sort by last modified time
    Searched refs:vpaths (Results 1 - 8 of 8) sorted by null

  /ndk/sources/host-tools/make-3.81/
vpath.c 39 /* Linked-list of all selective VPATHs. */
41 static struct vpath *vpaths; variable in typeref:struct:vpath
66 for (old = vpaths; old != 0; old = nexto)
73 vpaths = new;
91 /* Save the list of vpaths. */
92 struct vpath *save_vpaths = vpaths;
94 /* Empty `vpaths' so the new one will have no next, and `vpaths'
96 vpaths = 0;
102 and restore the old list of vpaths. *
    [all...]
  /build/kati/
fileutil.go 36 vpaths []vpath // vpath directives
44 for _, vpath := range s.vpaths {
depgraph.go 33 vpaths searchPaths
50 glog.V(3).Infof("vpath check %s [%#v]", n.Output, g.vpaths)
51 if output, ok := g.vpaths.exists(n.Output); ok {
200 vpaths: er.vpaths,
eval.go 109 vpaths searchPaths
162 vpaths []vpath
637 ev.vpaths = nil
642 vpaths := ev.vpaths
643 ev.vpaths = nil
644 for _, v := range vpaths {
648 ev.vpaths = append(ev.vpaths, v)
665 ev.vpaths = append(ev.vpaths, vpath
    [all...]
exec.go 47 output, _ := ex.ctx.vpaths.exists(n.Output)
95 if _, ok := ex.ctx.vpaths.exists(d.Output); ok {
156 ex.ctx = newExecContext(g.vars, g.vpaths, false)
evalcmd.go 31 vpaths searchPaths
36 func newExecContext(vars Vars, vpaths searchPaths, avoidIO bool) *execContext {
42 vpaths: vpaths,
dep.go 56 vpaths searchPaths
147 _, ok := db.vpaths.exists(target)
545 vpaths: er.vpaths,
ninja.go 86 n.ctx = newExecContext(g.vars, g.vpaths, true)
487 if _, ok := n.ctx.vpaths.exists(output); ok {

Completed in 270 milliseconds