Home
last modified time | relevance | path

Searched refs:FlagWithInputList (Results 1 – 7 of 7) sorted by relevance

/build/soong/java/
Ddroiddoc.go605 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, ":").
Ddexpreopt_bootjars.go562 FlagWithInputList("-f ", zipFiles, " -f ")
629 Flag("--runtime-arg").FlagWithInputList("-Xbootclasspath:", image.dexPathsDeps.Paths(), ":").
849 FlagWithInputList("--runtime-arg -Xbootclasspath:", image.dexPathsDeps.Paths(), ":").
Ddroidstubs.go425 cmd.FlagWithInputList("-bootclasspath ", bootclasspath.Paths(), ":")
429 cmd.FlagWithInputList("-classpath ", classpath.Paths(), ":")
Dhiddenapi_modular.go336 command.FlagWithInputList(option+"=", paths, ":")
/build/soong/dexpreopt/
Ddexpreopt.go329 …Flag("--runtime-arg").FlagWithInputList("-Xbootclasspath:", module.PreoptBootClassPathDexFiles, ":…
/build/soong/android/
Drule_builder_test.go244 FlagWithInputList("-classpath=", PathsForTesting("a.jar", "b.jar"), ":"))
Drule_builder.go1201 func (c *RuleBuilderCommand) FlagWithInputList(flag string, paths Paths, sep string) *RuleBuilderCo… func