Searched refs:FlagWithOutput (Results 1 – 25 of 34) sorted by relevance
12
/build/soong/cc/ |
D | cflag_artifacts.go | 77 FlagWithOutput(">> ", filepath) 81 FlagWithOutput(">> ", filepath) 99 FlagWithOutput(">> ", filepath). 130 FlagWithOutput("> ", outputpath)
|
D | fuzz.go | 441 FlagWithOutput("-o ", corpusZip) 451 FlagWithOutput("-o ", dataZip) 510 FlagWithOutput("-o ", fuzzZip) 553 FlagWithOutput("-o ", outputFile).
|
D | vendor_snapshot.go | 533 FlagWithOutput("> ", snapshotOutputList) 539 FlagWithOutput("-o ", zipPath).
|
/build/soong/dexpreopt/ |
D | dexpreopt.go | 161 FlagWithOutput("--reference-profile-file=", profilePath) 194 FlagWithOutput("--reference-profile-file=", profilePath) 240 rule.Command().FlagWithOutput("rm -f ", odexPath) 326 FlagWithOutput("--write-invocation-to=", invocationPath).ImplicitOutput(invocationPath). 336 FlagWithOutput("--oat-file=", odexPath).ImplicitOutput(vdexPath). 404 FlagWithOutput("-o", dmPath). 451 cmd.FlagWithOutput("--app-image-file=", appImagePath).
|
/build/soong/rust/ |
D | fuzz.go | 173 FlagWithOutput("-o ", corpusZip) 183 FlagWithOutput("-o ", dataZip) 209 FlagWithOutput("-o ", fuzzZip) 253 FlagWithOutput("-o ", outputFile).
|
/build/soong/java/ |
D | droidstubs.go | 254 cmd.FlagWithOutput("--api ", d.apiFile) 266 cmd.FlagWithOutput("--removed-api ", d.removedApiFile) 312 cmd.FlagWithOutput("--nullability-warnings-txt ", d.nullabilityWarningsFile) 316 cmd.FlagWithOutput("--extract-annotations ", d.annotationsZip) 363 cmd.FlagWithOutput("--generate-api-levels ", d.apiVersionsXml) 508 …cmd.FlagWithOutput("--report-even-if-suppressed ", d.apiLintReport) // TODO: Change to ":api-lint" 579 cmd.FlagWithOutput("--update-baseline:compatibility:released ", updatedBaselineOutput) 596 FlagWithOutput("-o ", d.Javadoc.stubsSrcJar). 607 FlagWithOutput("-o ", d.metadataZip). 809 FlagWithOutput("-o ", p.stubsSrcJar).
|
D | platform_compat_config.go | 103 FlagWithOutput("--device-config ", p.configFile). 104 FlagWithOutput("--merged-config ", p.metadataFile) 264 FlagWithOutput("--merged-config ", outputPath)
|
D | lint.go | 224 FlagWithOutput("--project_out ", projectXMLPath). 225 FlagWithOutput("--config_out ", configXMLPath). 426 FlagWithOutput("--html ", html). 427 FlagWithOutput("--text ", text). 428 FlagWithOutput("--xml ", xml). 650 FlagWithOutput("-o ", outputPath).
|
D | dexpreopt_bootjars.go | 560 FlagWithOutput("-o ", image.zip). 609 FlagWithOutput("--write-invocation-to=", invocationPath).ImplicitOutput(invocationPath). 757 FlagWithOutput("--reference-profile-file=", profile) 791 FlagWithOutput("--reference-profile-file=", profile) 852 FlagWithOutput("--output=", output).
|
D | proto.go | 54 FlagWithOutput("-o ", srcJarFile).
|
D | classpath_fragment.go | 144 FlagWithOutput("--output=", c.outputFilepath)
|
D | gen.go | 83 FlagWithOutput("-o ", srcJarFile).
|
D | droiddoc.go | 536 FlagWithOutput("-o ", j.docZip). 645 cmd.FlagWithOutput("-proofread ", proofreadFile) 815 FlagWithOutput("-o ", d.docZip). 896 FlagWithOutput("-l ", srcJarList).
|
D | app_import.go | 192 FlagWithOutput("-o ", outputPath). 219 FlagWithOutput("-o ", outputPath).
|
D | hiddenapi.go | 222 FlagWithOutput("--output=", indexCSV).
|
D | hiddenapi_modular.go | 341 command.FlagWithOutput("--out-api-flags=", tempPath) 868 FlagWithOutput("--output ", tempPath) 1009 FlagWithOutput("--dex-api ", output)
|
/build/soong/linkerconfig/ |
D | linkerconfig.go | 112 FlagWithOutput("-o ", interimOutput) 130 FlagWithOutput("-o ", output).
|
/build/soong/python/ |
D | proto.go | 38 FlagWithOutput("-o ", srcsZipFile)
|
/build/soong/filesystem/ |
D | filesystem.go | 209 zipCommand.FlagWithOutput("-o ", zipOut). 237 FlagWithOutput("-o ", rebasedDepsZip). 267 FlagWithOutput("-o ", fcBin). 356 FlagWithOutput("-o ", rebasedDepsZip).
|
D | vbmeta.go | 177 cmd.FlagWithOutput("--output ", v.output) 233 FlagWithOutput("--output ", publicKeyFile)
|
D | logical_partition.go | 182 cmd.FlagWithOutput("--output=", l.output)
|
/build/soong/android/ |
D | test_suites.go | 68 FlagWithOutput("-o ", outputFile).
|
D | rule_builder_test.go | 55 FlagWithOutput("-o ", PathForOutput(ctx, "linked")) 164 FlagWithOutput("-o ", out) 183 FlagWithOutput("-o ", PathForOutput(ctx, "linked")) 189 cmd.FlagWithOutput("-o ", PathForOutput(ctx, "linked")) 194 cmd.FlagWithOutput("-o ", PathForOutput(ctx, "linked")) 313 FlagWithOutput("FlagWithOutput=", PathForOutput(ctx, "module/output")).
|
D | packaging.go | 248 FlagWithOutput("-o ", zipOut).
|
/build/soong/apex/ |
D | builder.go | 279 rule.Command().Text("rm").FlagWithOutput("-f ", output) 294 rule.Command().Text("rm").FlagWithOutput("-f ", output) 793 FlagWithOutput("-f ", unsignedCompressedOutputFile) 799 FlagWithOutput("--output ", unsignedCompressedOutputFile)
|
12