Home
last modified time | relevance | path

Searched refs:FlagWithOutput (Results 1 – 25 of 34) sorted by relevance

12

/build/soong/cc/
Dcflag_artifacts.go77 FlagWithOutput(">> ", filepath)
81 FlagWithOutput(">> ", filepath)
99 FlagWithOutput(">> ", filepath).
130 FlagWithOutput("> ", outputpath)
Dfuzz.go441 FlagWithOutput("-o ", corpusZip)
451 FlagWithOutput("-o ", dataZip)
510 FlagWithOutput("-o ", fuzzZip)
553 FlagWithOutput("-o ", outputFile).
Dvendor_snapshot.go533 FlagWithOutput("> ", snapshotOutputList)
539 FlagWithOutput("-o ", zipPath).
/build/soong/dexpreopt/
Ddexpreopt.go161 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/
Dfuzz.go173 FlagWithOutput("-o ", corpusZip)
183 FlagWithOutput("-o ", dataZip)
209 FlagWithOutput("-o ", fuzzZip)
253 FlagWithOutput("-o ", outputFile).
/build/soong/java/
Ddroidstubs.go254 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).
Dplatform_compat_config.go103 FlagWithOutput("--device-config ", p.configFile).
104 FlagWithOutput("--merged-config ", p.metadataFile)
264 FlagWithOutput("--merged-config ", outputPath)
Dlint.go224 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).
Ddexpreopt_bootjars.go560 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).
Dproto.go54 FlagWithOutput("-o ", srcJarFile).
Dclasspath_fragment.go144 FlagWithOutput("--output=", c.outputFilepath)
Dgen.go83 FlagWithOutput("-o ", srcJarFile).
Ddroiddoc.go536 FlagWithOutput("-o ", j.docZip).
645 cmd.FlagWithOutput("-proofread ", proofreadFile)
815 FlagWithOutput("-o ", d.docZip).
896 FlagWithOutput("-l ", srcJarList).
Dapp_import.go192 FlagWithOutput("-o ", outputPath).
219 FlagWithOutput("-o ", outputPath).
Dhiddenapi.go222 FlagWithOutput("--output=", indexCSV).
Dhiddenapi_modular.go341 command.FlagWithOutput("--out-api-flags=", tempPath)
868 FlagWithOutput("--output ", tempPath)
1009 FlagWithOutput("--dex-api ", output)
/build/soong/linkerconfig/
Dlinkerconfig.go112 FlagWithOutput("-o ", interimOutput)
130 FlagWithOutput("-o ", output).
/build/soong/python/
Dproto.go38 FlagWithOutput("-o ", srcsZipFile)
/build/soong/filesystem/
Dfilesystem.go209 zipCommand.FlagWithOutput("-o ", zipOut).
237 FlagWithOutput("-o ", rebasedDepsZip).
267 FlagWithOutput("-o ", fcBin).
356 FlagWithOutput("-o ", rebasedDepsZip).
Dvbmeta.go177 cmd.FlagWithOutput("--output ", v.output)
233 FlagWithOutput("--output ", publicKeyFile)
Dlogical_partition.go182 cmd.FlagWithOutput("--output=", l.output)
/build/soong/android/
Dtest_suites.go68 FlagWithOutput("-o ", outputFile).
Drule_builder_test.go55 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")).
Dpackaging.go248 FlagWithOutput("-o ", zipOut).
/build/soong/apex/
Dbuilder.go279 rule.Command().Text("rm").FlagWithOutput("-f ", output)
294 rule.Command().Text("rm").FlagWithOutput("-f ", output)
793 FlagWithOutput("-f ", unsignedCompressedOutputFile)
799 FlagWithOutput("--output ", unsignedCompressedOutputFile)

12