Home
last modified time | relevance | path

Searched refs:Flag (Results 1 – 25 of 31) sorted by relevance

12

/build/soong/dexpreopt/
Ddexpreopt.go153 Flag("--copy-and-update-profile-key").
158 Flag("--output-profile-type=app").
160 Flag("--dex-location="+module.DexLocation).
191 Flag("--output-profile-type=bprof").
193 Flag("--dex-location="+module.DexLocation).
255 rule.Command().Text("mkdir -p").Flag(filepath.Dir(dexPathHost.String()))
325 Flag("--avoid-storing-invocation").
327 Flag("--runtime-arg").FlagWithArg("-Xms", global.Dex2oatXms).
328 Flag("--runtime-arg").FlagWithArg("-Xmx", global.Dex2oatXmx).
329Flag("--runtime-arg").FlagWithInputList("-Xbootclasspath:", module.PreoptBootClassPathDexFiles, ":…
[all …]
/build/soong/java/
Ddexpreopt_bootjars.go584 rule.Command().Text("mkdir").Flag("-p").Flag(symbolsDir.String())
585 rule.Command().Text("rm").Flag("-f").
586 Flag(symbolsDir.Join(ctx, "*.art").String()).
587 Flag(symbolsDir.Join(ctx, "*.oat").String()).
588 Flag(symbolsDir.Join(ctx, "*.invocation").String())
589 rule.Command().Text("rm").Flag("-f").
590 Flag(outputDir.Join(ctx, "*.art").String()).
591 Flag(outputDir.Join(ctx, "*.oat").String()).
592 Flag(outputDir.Join(ctx, "*.invocation").String())
608 Flag("--avoid-storing-invocation").
[all …]
Ddroidstubs.go284 cmd.Flag("--exclude-documentation-from-stubs")
292 cmd.Flag("--include-annotations")
396 rule.Command().Text("rm -rf").Flag(homeDir.String())
397 rule.Command().Text("mkdir -p").Flag(homeDir.String())
417 Flag(config.JavacVmFlags).
418 Flag("-J--add-opens=java.base/java.util=ALL-UNNAMED").
432 cmd.Flag("--no-banner").
433 Flag("--color").
434 Flag("--quiet").
435 Flag("--format=v2").
[all …]
Dproto.go39 rule.Command().Text("rm -rf").Flag(outDir.String())
40 rule.Command().Text("mkdir -p").Flag(outDir.String())
44 rule.Command().Text("mkdir -p").Flag(filepath.Dir(depFile.String()))
52 Flag("-srcjar").
53 Flag("-write_if_changed").
58 rule.Command().Text("rm -rf").Flag(outDir.String())
Dgen.go62 rule.Command().Text("rm -rf").Flag(outDir.String())
63 rule.Command().Text("mkdir -p").Flag(outDir.String())
72 Flag("$FLAGS").
81 Flag("-srcjar").
82 Flag("-write_if_changed").
87 rule.Command().Text("rm -rf").Flag(outDir.String())
Ddroiddoc.go493 cmd.Flag(expanded)
526 Flag("-J-Xmx1024m").
527 Flag("-XDignore.symbol.file").
528 Flag("-Xdoclint:none")
534 Flag("-write_if_changed").
535 Flag("-d").
601 Flag("-J-Xmx1600m").
602 Flag("-J-XX:-OmitStackTraceInFastThrow").
603 Flag("-XDignore.symbol.file").
690 Flag(config.JavacVmFlags).
[all …]
Dlint.go229 cmd.Flag("--library")
232 cmd.Flag("--test")
389 rule.Command().Text("rm -rf").Flag(lintPaths.cacheDir.String()).Flag(lintPaths.homeDir.String())
390 rule.Command().Text("mkdir -p").Flag(lintPaths.cacheDir.String()).Flag(lintPaths.homeDir.String())
417 cmd.Flag(`JAVA_OPTS="-Xmx3072m --add-opens java.base/java.util=ALL-UNNAMED"`).
423 Flag("--quiet").
433 Flag("--exitcode").
452 rule.Command().Text("rm -rf").Flag(lintPaths.cacheDir.String()).Flag(lintPaths.homeDir.String())
Dclasspath_fragment.go141 Flag("encode").
142 Flag("--format=json").
Dhiddenapi.go220 Flag("--zip_input").
221 Flag("--key_field signature").
Dhiddenapi_modular.go322 command.Flag("--fragment")
425 …command.FlagWithInput("--unsupported ", path).Flag("--ignore-conflicts ").FlagWithArg("--tag ", "r…
478 …command.FlagWithInput("--max-target-o ", path).Flag("--ignore-conflicts ").FlagWithArg("--tag ", "…
498 command.FlagWithInput("--unsupported ", path).Flag("--packages ")
1007 Flag("--no-banner").
/build/soong/python/
Dproto.go29 rule.Command().Text("rm -rf").Flag(outDir.String())
30 rule.Command().Text("mkdir -p").Flag(outDir.String())
45 rule.Command().Text("rm -rf").Flag(outDir.String())
/build/soong/android/
Dpackaging.go223 builder.Command().Text("rm").Flag("-rf").Text(dir.String())
224 builder.Command().Text("mkdir").Flag("-p").Text(dir.String())
234 builder.Command().Text("mkdir").Flag("-p").Text(destDir)
239 builder.Command().Text("ln").Flag("-sf").Text(ps.symlinkTarget).Text(destPath)
242 builder.Command().Text("chmod").Flag("a+x").Text(destPath)
250 Flag("-L 0"). // no compression because this will be unzipped soon
252 builder.Command().Text("rm").Flag("-rf").Text(dir.String())
Dproto.go147 BuiltTool("dep_fixer").Flag(depFile.String())
Drule_builder.go229 r.Command().Text("rm").Flag("-f").Outputs(temporariesList)
637 Flag("--sandbox-path").Text(shared.TempDirForOutDir(PathForOutput(r.ctx).String())).
638 Flag("--manifest").Input(r.sboxManifestPath)
953 func (c *RuleBuilderCommand) Flag(flag string) *RuleBuilderCommand { func
/build/soong/kernel/
Dprebuilt_kernel_modules.go138 builder.Command().Text("rm").Flag("-rf").Text(modulesDir.String())
139 builder.Command().Text("mkdir").Flag("-p").Text(modulesDir.String())
151 Text("echo").Flag("\"" + strings.Join(basenames, " ") + "\"").
152 Text("|").Text("tr").Flag("\" \"").Flag("\"\\n\"").
/build/soong/rust/
Dfuzz.go172 Flag("-j").
208 Flag("-j").
215 command.Flag("-P ''")
252 Flag("-j").
254 Flag("-L 0") // No need to try and re-compress the zipfiles.
260 command.Flag("-P ''")
/build/soong/filesystem/
Dfilesystem.go211 Flag("-L 0"). // no compression because this will be unzipped soon
213 Flag("-d") // include empty directories
326 builder.Command().Text("rm").Flag("-rf").Output(propFile)
330 Flag(`"` + p.name + "=" + p.value + `"`).
374 Flag("--favor-decSpeed"). // for faster boot
375 Flag("-12"). // maximum compression level
376 Flag("-l"). // legacy format for kernel
Dlogical_partition.go131 cmd.Flag("--sparse")
202 builder.Command().BuiltTool("sparse_img").Flag("--get_partition_size").Input(sparseImg).
/build/soong/cc/
Dfuzz.go440 Flag("-j").
509 Flag("-j").
515 command.Flag("-P ''")
552 Flag("-j").
554 Flag("-L 0") // No need to try and re-compress the zipfiles.
560 command.Flag("-P ''")
Dgen.go106 Flag("-d").
109 Flag("-o").Output(outFile).Input(yaccFile)
141 Flag("--ninja").
142 Flag(aidlFlags).
/build/soong/linkerconfig/
Dlinkerconfig.go110 Flag("proto").
128 Flag("append").
/build/soong/sysprop/
Dsysprop_library.go296 Text("( cmp").Flag("-s").
299 Text("|| ( echo").Flag("-e").
300 Flag(`"` + msg + `"`).
315 Text(" || ( echo").Flag("-e").
316 Flag(`"` + msg + `"`).
/build/blueprint/proptools/
Dunpack_test.go373 Flag bool
385 Flag: true,
1169 Flag bool
/build/soong/apex/
Dbuilder.go285 …rule.Command().Text("echo").Flag("/apex_manifest\\\\.pb u:object_r:system_file:s0").Text(">>").Out…
286 rule.Command().Text("echo").Flag("/ u:object_r:system_file:s0").Text(">>").Output(output)
300 …rule.Command().Text("echo").Flag(apexPath + `/apex_manifest\\.pb u:object_r:system_file:s0`).Text(…
301 …rule.Command().Text("echo").Flag(apexPath + "/ u:object_r:system_file:s0").Text(">>").Output(outpu…
796 Flag("compress").
/build/soong/dexpreopt/dexpreopt_gen/
Ddexpreopt_gen.go217 dexpreoptRule.Command().Text("mkdir -p").Flag(filepath.Dir(installPath.String()))

12