Lines Matching refs:Text
279 rule.Command().Text("rm").FlagWithOutput("-f ", output)
281 rule.Command().Text("cat").Input(fileContexts).Text(">>").Output(output)
283 rule.Command().Text("echo").Text(">>").Output(output)
285 …rule.Command().Text("echo").Flag("/apex_manifest\\\\.pb u:object_r:system_file:s0").Text(">>").Out…
286 rule.Command().Text("echo").Flag("/ u:object_r:system_file:s0").Text(">>").Output(output)
294 rule.Command().Text("rm").FlagWithOutput("-f ", output)
296 …rule.Command().Text("awk").Text(`'/object_r/{printf("` + apexPath + `%s\n", $0)}'`).Input(fileCont…
298 rule.Command().Text("echo").Text(">>").Output(output)
300 …rule.Command().Text("echo").Flag(apexPath + `/apex_manifest\\.pb u:object_r:system_file:s0`).Text(…
301 …rule.Command().Text("echo").Flag(apexPath + "/ u:object_r:system_file:s0").Text(">>").Output(outpu…
344 Text("(cd " + imageDir.String() + " ; ").
345 Text("find . \\( -type f -o -type l \\) -printf \"%s %p\\n\") ").
346 Text(" | sort -nr > ").
792 Text("rm").