Lines Matching refs:Text
197 Text("list").
279 rule.Command().Text("rm").Flag("-f").Output(outputPath)
280 rule.Command().Text("touch").Output(outputPath)
321 Text("(").
322 Text("if").
323 Text("cmp -s").Input(tempPath).Output(outputPath).Text(";").
324 Text("then").
325 Text("rm").Input(tempPath).Text(";").
326 Text("else").
327 Text("mv").Input(tempPath).Output(outputPath).Text(";").
328 Text("fi").
329 Text(")")