Home
last modified time | relevance | path

Searched refs:FlagWithList (Results 1 – 5 of 5) sorted by relevance

/build/soong/java/
Ddexpreopt_bootjars.go630 Flag("--runtime-arg").FlagWithList("-Xbootclasspath-locations:", image.dexLocationsDeps, ":").
850 FlagWithList("--runtime-arg -Xbootclasspath-locations:", image.dexLocationsDeps, ":").
Ddroiddoc.go701 cmd.FlagWithList("-sourcepath ", sourcepaths.Strings(), ":")
/build/soong/dexpreopt/
Ddexpreopt.go330 …Flag("--runtime-arg").FlagWithList("-Xbootclasspath-locations:", module.PreoptBootClassPathDexLoca…
/build/soong/android/
Drule_builder.go995 func (c *RuleBuilderCommand) FlagWithList(flag string, list []string, sep string) *RuleBuilderComma… func
1206 return c.FlagWithList(flag, strs, sep)
Drule_builder_test.go262 FlagWithList("--sort=", []string{"time", "size"}, ","))