Home
last modified time | relevance | path

Searched refs:FlagForEachArg (Results 1 – 3 of 3) sorted by relevance

/build/soong/java/
Ddexpreopt_bootjars.go260 FlagForEachArg("--dex-location=", image.dexLocations).
380 FlagForEachArg("--dex-location=", image.dexLocations).
/build/soong/android/
Drule_builder_test.go195 FlagForEachArg("--sort=", []string{"time", "size"}))
Drule_builder.go357 func (c *RuleBuilderCommand) FlagForEachArg(flag string, args []string) *RuleBuilderCommand { func