Searched refs:FlagWithInputList (Results 1 – 7 of 7) sorted by relevance
/build/soong/java/ |
D | droiddoc.go | 605 FlagWithInputList("-docletpath ", docletPath.Paths(), ":"). 724 cmd.FlagWithInputList("-classpath ", classpath.Paths(), ":") 741 cmd.FlagWithInputList("-bootclasspath ", bootclasspath.Paths(), ":") 745 cmd.FlagWithInputList("-classpath ", classpath.Paths(), ":") 761 FlagWithInputList("-classpath ", dokkaClasspath, ":").
|
D | dexpreopt_bootjars.go | 562 FlagWithInputList("-f ", zipFiles, " -f ") 629 Flag("--runtime-arg").FlagWithInputList("-Xbootclasspath:", image.dexPathsDeps.Paths(), ":"). 849 FlagWithInputList("--runtime-arg -Xbootclasspath:", image.dexPathsDeps.Paths(), ":").
|
D | droidstubs.go | 425 cmd.FlagWithInputList("-bootclasspath ", bootclasspath.Paths(), ":") 429 cmd.FlagWithInputList("-classpath ", classpath.Paths(), ":")
|
D | hiddenapi_modular.go | 336 command.FlagWithInputList(option+"=", paths, ":")
|
/build/soong/dexpreopt/ |
D | dexpreopt.go | 329 …Flag("--runtime-arg").FlagWithInputList("-Xbootclasspath:", module.PreoptBootClassPathDexFiles, ":…
|
/build/soong/android/ |
D | rule_builder_test.go | 244 FlagWithInputList("-classpath=", PathsForTesting("a.jar", "b.jar"), ":"))
|
D | rule_builder.go | 1201 func (c *RuleBuilderCommand) FlagWithInputList(flag string, paths Paths, sep string) *RuleBuilderCo… func
|