Searched refs:Flag (Results 1 – 21 of 21) sorted by relevance
/build/soong/java/ |
D | proto.go | 39 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("-jar"). 53 Flag("-write_if_changed"). 58 rule.Command().Text("rm -rf").Flag(outDir.String())
|
D | dexpreopt_bootjars.go | 375 rule.Command().Text("mkdir").Flag("-p").Flag(symbolsDir.String()) 376 rule.Command().Text("rm").Flag("-f"). 377 Flag(symbolsDir.Join(ctx, "*.art").String()). 378 Flag(symbolsDir.Join(ctx, "*.oat").String()). 379 Flag(symbolsDir.Join(ctx, "*.invocation").String()) 380 rule.Command().Text("rm").Flag("-f"). 381 Flag(outputDir.Join(ctx, "*.art").String()). 382 Flag(outputDir.Join(ctx, "*.oat").String()). 383 Flag(outputDir.Join(ctx, "*.invocation").String()) 399 Flag("--avoid-storing-invocation"). [all …]
|
D | droiddoc.go | 723 Flag("-J-Xmx1024m"). 724 Flag("-XDignore.symbol.file"). 725 Flag("-Xdoclint:none") 729 Flag("-write_if_changed"). 730 Flag("-d"). 805 Flag("-J-Xmx1600m"). 806 Flag("-J-XX:-OmitStackTraceInFastThrow"). 807 Flag("-XDignore.symbol.file"). 929 Flag(config.JavacVmFlags). 946 Flag("-quiet") [all …]
|
D | gen.go | 62 rule.Command().Text("rm -rf").Flag(outDir.String()) 63 rule.Command().Text("mkdir -p").Flag(outDir.String()) 72 Flag("$FLAGS"). 85 Flag("-write_if_changed"). 90 rule.Command().Text("rm -rf").Flag(outDir.String())
|
D | lint.go | 201 cmd.Flag("--library") 204 cmd.Flag("--test") 308 rule.Command().Text("rm -rf").Flag(cacheDir.String()).Flag(homeDir.String()) 309 rule.Command().Text("mkdir -p").Flag(cacheDir.String()).Flag(homeDir.String()) 322 Flag("JAVA_OPTS=-Xmx2048m"). 328 Flag("--quiet"). 338 Flag("--exitcode"). 348 rule.Command().Text("rm -rf").Flag(cacheDir.String()).Flag(homeDir.String())
|
D | hiddenapi_singleton.go | 279 rule.Command().Text("rm").Flag("-f").Output(outputPath)
|
D | sdk.go | 651 Flag(ctx.Config().PlatformPreviewSdkVersion()).
|
D | app.go | 1965 Flag("--enforce-uses-libraries").
|
D | java.go | 2871 Flag("-f").
|
/build/soong/dexpreopt/ |
D | dexpreopt.go | 147 Flag("--copy-and-update-profile-key"). 153 Flag("--dex-location="+module.DexLocation). 183 Flag("--generate-boot-profile"). 185 Flag("--dex-location="+module.DexLocation). 292 rule.Command().Text("mkdir -p").Flag(filepath.Dir(dexPathHost.String())) 379 Flag("--avoid-storing-invocation"). 381 Flag("--runtime-arg").FlagWithArg("-Xms", global.Dex2oatXms). 382 Flag("--runtime-arg").FlagWithArg("-Xmx", global.Dex2oatXmx). 383 …Flag("--runtime-arg").FlagWithInputList("-Xbootclasspath:", module.PreoptBootClassPathDexFiles, ":… 384 …Flag("--runtime-arg").FlagWithList("-Xbootclasspath-locations:", module.PreoptBootClassPathDexLoca… [all …]
|
/build/soong/python/ |
D | proto.go | 29 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/cc/ |
D | gen.go | 103 Flag("-d"). 106 Flag("-o").Output(outFile).Input(yaccFile) 138 Flag("--ninja"). 139 Flag(aidlFlags).
|
D | fuzz.go | 403 Flag("-j"). 471 Flag("-j"). 477 command.Flag("-P ''") 514 Flag("-j"). 516 Flag("-L 0") // No need to try and re-compress the zipfiles. 522 command.Flag("-P ''")
|
D | library.go | 1654 Flag("-sha256").
|
/build/soong/sysprop/ |
D | sysprop_library.go | 260 Text("( cmp").Flag("-s"). 263 Text("|| ( echo").Flag("-e"). 264 Flag(`"` + msg + `"`). 278 Text(" || ( echo").Flag("-e"). 279 Flag(`"` + msg + `"`).
|
/build/blueprint/proptools/ |
D | unpack_test.go | 331 Flag bool 343 Flag: true, 888 Flag bool
|
/build/soong/android/ |
D | proto.go | 147 BuiltTool(ctx, "dep_fixer").Flag(depFile.String())
|
D | rule_builder_test.go | 171 Tool(PathForSource(ctx, "ls")).Flag("-l")) 285 Flag("Flag").
|
D | rule_builder.go | 162 r.Command().Text("rm").Flag("-f").Outputs(temporariesList) 548 func (c *RuleBuilderCommand) Flag(flag string) *RuleBuilderCommand { func
|
/build/soong/dexpreopt/dexpreopt_gen/ |
D | dexpreopt_gen.go | 150 dexpreoptRule.Command().Text("mkdir -p").Flag(filepath.Dir(installPath.String()))
|
/build/soong/apex/ |
D | builder.go | 265 …rule.Command().Text("echo").Flag("/apex_manifest\\\\.pb u:object_r:system_file:s0").Text(">>").Out… 266 rule.Command().Text("echo").Flag("/ u:object_r:system_file:s0").Text(">>").Output(output)
|