Home
last modified time | relevance | path

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

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