Searched refs:PathsForInputs (Results 1 – 4 of 4) sorted by relevance
39 return cmd.PathsForInputs(l.paths)
439 return strings.Join(cmd.PathsForInputs(srcFiles), " "), nil
453 argFilesMap[label] = strings.Join(cmd.PathsForInputs(paths), " ")
799 func (c *RuleBuilderCommand) PathsForInputs(paths Paths) []string { func