Lines Matching refs:PathForOutput
52 FlagWithOutput("-o ", PathForOutput(ctx, "linked"))
78 Output(PathForOutput(ctx, "b"))
81 Input(PathForOutput(ctx, "b")).
82 Output(PathForOutput(ctx, "c"))
83 rule.Temporary(PathForOutput(ctx, "b"))
105 Output(PathForOutput(ctx, "b"))
108 Input(PathForOutput(ctx, "b")).
109 Output(PathForOutput(ctx, "c"))
110 rule.Temporary(PathForOutput(ctx, "b"))
130 out := PathForOutput(ctx, "linked")
154 FlagWithOutput("-o ", PathForOutput(ctx, "linked"))
160 cmd.FlagWithOutput("-o ", PathForOutput(ctx, "linked"))
165 cmd.FlagWithOutput("-o ", PathForOutput(ctx, "linked"))
284 DepFile(PathForOutput(ctx, "DepFile")).
287 FlagWithDepFile("FlagWithDepFile=", PathForOutput(ctx, "depfile")).
289 FlagWithOutput("FlagWithOutput=", PathForOutput(ctx, "output")).
291 ImplicitDepFile(PathForOutput(ctx, "ImplicitDepFile")).
292 ImplicitOutput(PathForOutput(ctx, "ImplicitOutput")).
294 Output(PathForOutput(ctx, "Output")).
301 DepFile(PathForOutput(ctx, "depfile2")).
303 Output(PathForOutput(ctx, "output2")).
316 Input(PathForOutput(ctx, "output2")).
317 Output(PathForOutput(ctx, "output3"))
364 rule := NewRuleBuilder().Sbox(PathForOutput(ctx))
435 out := PathForOutput(ctx, "baz")
436 outDep := PathForOutput(ctx, "baz.d")
437 outDir := PathForOutput(ctx)