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