Searched refs:Textf (Results 1 – 7 of 7) sorted by relevance
/build/soong/cc/ |
D | cflag_artifacts.go | 72 rule.Command().Textf("rm -f %s", filepath.String()) 76 Textf("echo '# Modules using %s'", flag). 80 Textf("echo '# Modules not using %s'", flag). 97 Textf("for m in %s; do echo $m", 106 rule.Command().Textf("rm -f %s", filepath.String())
|
/build/soong/java/ |
D | robolectric.go | 221 Textf(`echo "android_merged_manifest=%s" >>`, manifest.String()).Output(outputFile).Text("&&"). 222 Textf(`echo "android_resource_apk=%s" >>`, resourceApk.String()).Output(outputFile). 238 rule.Command().Textf("mkdir -p $(dirname %s)", configFile.String()) 241 Textf(`echo "android_merged_manifest=%s-AndroidManifest.xml" &&`, ctx.ModuleName()). 242 Textf(`echo "android_resource_apk=%s.apk"`, ctx.ModuleName()).
|
D | app_import.go | 189 Textf(`if (zipinfo %s 'lib/*.so' 2>/dev/null | grep -v ' stor ' >/dev/null) ; then`, inputPath). 194 Textf(`; else cp -f %s %s; fi`, inputPath, outputPath) 216 Textf(`if (zipinfo %s '*.dex' 2>/dev/null | grep -v ' stor ' >/dev/null) ; then`, inputPath). 221 Textf(`; else cp -f %s %s; fi`, inputPath, outputPath)
|
D | lint.go | 302 Textf(`echo " <uses-sdk android:minSdkVersion='%s' android:targetSdkVersion='%s'/>" &&`,
|
D | dexpreopt_bootjars.go | 677 cmd.Textf(`|| ( echo %s ; false )`, proptools.ShellEscape(failureMessage))
|
/build/soong/dexpreopt/ |
D | dexpreopt.go | 295 rule.Command().Textf(`target_sdk_version=%d`, AnySdkVersion)
|
/build/soong/android/ |
D | rule_builder.go | 947 func (c *RuleBuilderCommand) Textf(format string, a ...interface{}) *RuleBuilderCommand { func
|