Searched refs:FlagWithList (Results 1 – 5 of 5) sorted by relevance
/aosp12/build/soong/java/ |
H A D | dexpreopt_bootjars.go | 630 Flag("--runtime-arg").FlagWithList("-Xbootclasspath-locations:", image.dexLocationsDeps, ":"). 850 FlagWithList("--runtime-arg -Xbootclasspath-locations:", image.dexLocationsDeps, ":").
|
H A D | droiddoc.go | 701 cmd.FlagWithList("-sourcepath ", sourcepaths.Strings(), ":")
|
/aosp12/build/soong/android/ |
H A D | rule_builder.go | 995 func (c *RuleBuilderCommand) FlagWithList(flag string, list []string, sep string) *RuleBuilderComma… func 1206 return c.FlagWithList(flag, strs, sep)
|
H A D | rule_builder_test.go | 262 FlagWithList("--sort=", []string{"time", "size"}, ","))
|
/aosp12/build/soong/dexpreopt/ |
H A D | dexpreopt.go | 330 …Flag("--runtime-arg").FlagWithList("-Xbootclasspath-locations:", module.PreoptBootClassPathDexLoca…
|