Lines Matching defs:Paths
799 func (c *RuleBuilderCommand) PathsForInputs(paths Paths) []string {
854 func (r *RuleBuilder) sboxPathsForInputsRel(paths Paths) []string {
890 func (c *RuleBuilderCommand) PathsForTools(paths Paths) []string {
1013 func (c *RuleBuilderCommand) ImplicitTools(paths Paths) *RuleBuilderCommand {
1044 func (c *RuleBuilderCommand) Inputs(paths Paths) *RuleBuilderCommand {
1060 func (c *RuleBuilderCommand) Implicits(paths Paths) *RuleBuilderCommand {
1081 func (c *RuleBuilderCommand) OrderOnlys(paths Paths) *RuleBuilderCommand {
1097 func (c *RuleBuilderCommand) Validations(paths Paths) *RuleBuilderCommand {
1201 func (c *RuleBuilderCommand) FlagWithInputList(flag string, paths Paths, sep string) *RuleBuilderCo…
1212 func (c *RuleBuilderCommand) FlagForEachInput(flag string, paths Paths) *RuleBuilderCommand {
1238 …erCommand) FlagWithRspFileInputList(flag string, rspFile WritablePath, paths Paths) *RuleBuilderCo…
1299 func hashSrcFiles(srcFiles Paths) string {
1324 func writeRspFileRule(ctx BuilderContext, rspFile WritablePath, paths Paths) {