Searched refs:FlagForEachInput (Results 1 – 6 of 6) sorted by relevance
94 FlagForEachInput("--xml ", compatConfigMetadata).
424 FlagForEachInput("--dex-file=", image.dexPaths.Paths()).539 FlagForEachInput("--apk=", image.dexPathsDeps.Paths()).590 FlagForEachInput("--apk=", image.dexPathsDeps.Paths()).
198 FlagForEachInput("--boot-dex=", bootDexJars).
843 cmd.FlagForEachInput("-knowntags ", knownTags)
206 FlagForEachInput("--classpath ", PathsForTesting("a.jar", "b.jar")))
747 func (c *RuleBuilderCommand) FlagForEachInput(flag string, paths Paths) *RuleBuilderCommand { func