Lines Matching refs:PathForOutput
50 FlagWithOutput("-o ", PathForOutput(ctx, "linked"))
76 Output(PathForOutput(ctx, "b"))
79 Input(PathForOutput(ctx, "b")).
80 Output(PathForOutput(ctx, "c"))
81 rule.Temporary(PathForOutput(ctx, "b"))
103 Output(PathForOutput(ctx, "b"))
106 Input(PathForOutput(ctx, "b")).
107 Output(PathForOutput(ctx, "c"))
108 rule.Temporary(PathForOutput(ctx, "b"))
128 out := PathForOutput(ctx, "linked")
152 FlagWithOutput("-o ", PathForOutput(ctx, "linked"))
158 cmd.FlagWithOutput("-o ", PathForOutput(ctx, "linked"))
163 cmd.FlagWithOutput("-o ", PathForOutput(ctx, "linked"))
253 DepFile(PathForOutput(ctx, "DepFile")).
256 FlagWithDepFile("FlagWithDepFile=", PathForOutput(ctx, "depfile")).
258 FlagWithOutput("FlagWithOutput=", PathForOutput(ctx, "output")).
260 ImplicitDepFile(PathForOutput(ctx, "ImplicitDepFile")).
261 ImplicitOutput(PathForOutput(ctx, "ImplicitOutput")).
263 Output(PathForOutput(ctx, "Output")).
269 DepFile(PathForOutput(ctx, "depfile2")).
271 Output(PathForOutput(ctx, "output2")).
283 Input(PathForOutput(ctx, "output2")).
284 Output(PathForOutput(ctx, "output3"))
350 out := PathForOutput(ctx, "baz")