Searched refs:FlagWithOutput (Results 1 – 23 of 23) sorted by relevance
/build/soong/cc/ |
D | cflag_artifacts.go | 77 FlagWithOutput(">> ", filepath) 81 FlagWithOutput(">> ", filepath) 99 FlagWithOutput(">> ", filepath). 130 FlagWithOutput("> ", outputpath)
|
D | fuzz.go | 404 FlagWithOutput("-o ", corpusZip) 413 FlagWithOutput("-o ", dataZip) 472 FlagWithOutput("-o ", fuzzZip) 515 FlagWithOutput("-o ", outputFile).
|
D | gen.go | 105 FlagWithOutput("--defines=", headerFile).
|
D | vndk.go | 756 FlagWithOutput("> ", snapshotOutputList) 762 FlagWithOutput("-o ", zipPath).
|
D | vendor_snapshot.go | 836 FlagWithOutput("> ", snapshotOutputList) 842 FlagWithOutput("-o ", zipPath).
|
D | library.go | 1656 FlagWithOutput("-o ", hashedOutputfile)
|
/build/soong/dexpreopt/ |
D | dexpreopt.go | 132 rule.Command().FlagWithOutput("touch ", profilePath) 154 FlagWithOutput("--reference-profile-file=", profilePath) 171 rule.Command().FlagWithOutput("touch ", profilePath) 186 FlagWithOutput("--reference-profile-file=", profilePath) 283 rule.Command().FlagWithOutput("rm -f ", odexPath) 380 FlagWithOutput("--write-invocation-to=", invocationPath).ImplicitOutput(invocationPath). 390 FlagWithOutput("--oat-file=", odexPath).ImplicitOutput(vdexPath). 449 FlagWithOutput("-o", dmPath). 496 cmd.FlagWithOutput("--app-image-file=", appImagePath).
|
/build/soong/java/ |
D | platform_compat_config.go | 95 FlagWithOutput("--merged-config ", outputPath) 120 FlagWithOutput("--device-config ", p.configFile). 121 FlagWithOutput("--merged-config ", p.metadataFile)
|
D | droiddoc.go | 731 FlagWithOutput("-o ", j.docZip). 849 cmd.FlagWithOutput("-proofread ", proofreadFile) 883 cmd.FlagWithOutput("-api ", d.apiFile) 891 cmd.FlagWithOutput("-removedApi ", d.removedApiFile) 896 cmd.FlagWithOutput("-removedDexApi ", d.removedDexApiFile) 1063 FlagWithOutput("-o ", d.docZip). 1071 FlagWithOutput("-o ", d.stubsSrcJar). 1319 cmd.FlagWithOutput("--api ", d.apiFile) 1327 cmd.FlagWithOutput("--removed-api ", d.removedApiFile) 1332 cmd.FlagWithOutput("--removed-dex-api ", d.removedDexApiFile) [all …]
|
D | lint.go | 196 FlagWithOutput("--project_out ", projectXMLPath). 197 FlagWithOutput("--config_out ", configXMLPath). 331 FlagWithOutput("--html ", html). 332 FlagWithOutput("--text ", text). 333 FlagWithOutput("--xml ", xml). 514 FlagWithOutput("-o ", outputPath).
|
D | hiddenapi_singleton.go | 203 FlagWithOutput("--out-api-flags=", tempPath) 263 FlagWithOutput("--output ", tempPath) 306 FlagWithOutput("--output=", outputPath). 404 FlagWithOutput("--output=", hiddenAPISingletonPaths(ctx).index).
|
D | dexpreopt_bootjars.go | 347 FlagWithOutput("-o ", image.zip). 400 FlagWithOutput("--write-invocation-to=", invocationPath).ImplicitOutput(invocationPath). 541 FlagWithOutput("--reference-profile-file=", profile) 592 FlagWithOutput("--reference-profile-file=", profile) 677 FlagWithOutput("--output=", output).
|
D | proto.go | 54 FlagWithOutput("-o ", srcJarFile).
|
D | gen.go | 86 FlagWithOutput("-o ", srcJarFile).
|
D | hiddenapi.go | 142 FlagWithOutput("--output=", indexCSV)
|
D | robolectric.go | 236 FlagWithOutput("-o ", outputFile)
|
D | app.go | 1402 FlagWithOutput("-o ", outputPath). 1429 FlagWithOutput("-o ", outputPath). 1967 FlagWithOutput("-o ", outputFile)
|
D | java.go | 2865 FlagWithOutput("-o ", temporary).
|
/build/soong/android/ |
D | rule_builder_test.go | 52 FlagWithOutput("-o ", PathForOutput(ctx, "linked")) 135 FlagWithOutput("-o ", out) 154 FlagWithOutput("-o ", PathForOutput(ctx, "linked")) 160 cmd.FlagWithOutput("-o ", PathForOutput(ctx, "linked")) 165 cmd.FlagWithOutput("-o ", PathForOutput(ctx, "linked")) 289 FlagWithOutput("FlagWithOutput=", PathForOutput(ctx, "output")).
|
D | test_suites.go | 68 FlagWithOutput("-o ", outputFile).
|
D | rule_builder.go | 756 func (c *RuleBuilderCommand) FlagWithOutput(flag string, path WritablePath) *RuleBuilderCommand { func
|
/build/soong/python/ |
D | proto.go | 38 FlagWithOutput("-o ", srcsZipFile)
|
/build/soong/apex/ |
D | builder.go | 259 rule.Command().Text("rm").FlagWithOutput("-f ", output)
|