Searched refs:StartTool (Results 1 – 11 of 11) sorted by relevance
/build/soong/ui/status/ |
D | status_test.go | 54 s := status.StartTool() 102 s := status.StartTool() 111 s = status.StartTool() 130 s := status.StartTool() 151 s := status.StartTool() 156 s = status.StartTool()
|
D | kati_test.go | 51 st: status.StartTool(), 118 st: status.StartTool(), 164 st: status.StartTool(),
|
D | ninja_test.go | 36 nr := NewNinjaReader(logger.New(ioutil.Discard), stat.StartTool(), filepath.Join(tempDir, "fifo"))
|
D | status.go | 205 func (s *Status) StartTool() ToolStatus { func
|
/build/soong/ui/build/ |
D | test_build.go | 44 ts := ctx.Status.StartTool()
|
D | exec.go | 131 st := c.ctx.Status.StartTool()
|
D | ninja.go | 34 nr := status.NewNinjaReader(ctx, ctx.Status.StartTool(), fifo)
|
D | dumpvars.go | 97 status.KatiReader(ctx.Status.StartTool(), pipe)
|
D | soong.go | 112 nr := status.NewNinjaReader(ctx, ctx.Status.StartTool(), fifo)
|
D | kati.go | 119 status.KatiReader(ctx.Status.StartTool(), pipe)
|
/build/soong/cmd/multiproduct_kati/ |
D | main.go | 282 s := buildCtx.Status.StartTool()
|