Lines Matching refs:Text
183 Text("list").
257 rule.Command().Text("rm").Flag("-f").Output(outputPath)
258 rule.Command().Text("touch").Output(outputPath)
285 Text(">").
300 Text("(").
301 Text("if").
302 Text("cmp -s").Input(tempPath).Output(outputPath).Text(";").
303 Text("then").
304 Text("rm").Input(tempPath).Text(";").
305 Text("else").
306 Text("mv").Input(tempPath).Output(outputPath).Text(";").
307 Text("fi").
308 Text(")")