Lines Matching refs:Text
163 rb.Command().Text("rm -f " + newVersionNeededFile.String())
173 Text(latestVersionDump.dir.String()).Implicits(latestVersionDump.files).
174 Text(dump.dir.String()).Implicits(dump.files).
175 Text("&> /dev/null")
177 Text("|| touch").
178 Text(newVersionNeededFile.String())
182 rb.Command().Text("touch").Text(newVersionNeededFile.String())
188 Text("if [ -f " + newVersionNeededFile.String() + " ]; then").
189 Text("cp -rf " + dump.dir.String() + "/. " + targetDir).Implicits(dump.files).
190 Text("; fi")
194 Text("if [ -f " + newVersionNeededFile.String() + " ]; then").
196 Text("-w -m " + m.properties.BaseName).
197 Text("-parameter versions -a " + version).
198 Text(android.PathForModuleSrc(ctx, "Android.bp").String()).
199 Text("; fi")
203 rb.Command().Text("mkdir -p " + targetDir)
204 rb.Command().Text("rm -rf " + targetDir + "/*")
205 rb.Command().Text("cp -rf " + dump.dir.String() + "/* " + targetDir).Implicits(dump.files)
209 rb.Command().Text("touch").Output(timestampFile)
304 …rb.Command().Text("sed").Flag(" s/%s/" + m.properties.BaseName + "/g ").Input(messageFile).Text(" …
365 …rb.Command().Text(fmt.Sprintf(`echo "API dump for the current version of AIDL interface %s does no…
366 …rb.Command().Text(fmt.Sprintf(`echo Run "m %s-update-api", or add "unstable: true" to the build ru…
370 rb.Command().Text("false").ImplicitOutput(alwaysChecked)