Lines Matching refs:args
42 if args := config.KatiArgs(); len(args) > 0 {
43 katiSuffix += "-" + spaceSlashReplacer.Replace(strings.Join(args, "_"))
63 func runKati(ctx Context, config Config, extraSuffix string, args []string, envFunc func(*Environme…
65 args = append([]string{
87 }, args...)
90 args = append(args, "--empty_ninja_file")
94 args = append(args, "--default_pool=local_pool")
97 cmd := Command(ctx, config, "ckati", executable, args...)
135 args := []string{
142 args = append(args, "--werror_implicit_rules")
146 args = append(args, "--werror_overriding_commands")
149 args = append(args, config.KatiArgs()...)
151 args = append(args,
157 runKati(ctx, config, katiBuildSuffix, args, func(env *Environment) {})
223 args := []string{
231 runKati(ctx, config, katiPackageSuffix, args, func(env *Environment) {