Lines Matching refs:WritablePaths
219 var temporariesList WritablePaths
321 func (r *RuleBuilder) Outputs() WritablePaths {
324 var outputList WritablePaths
358 func (r *RuleBuilder) SymlinkOutputs() WritablePaths {
361 var symlinkOutputList WritablePaths
385 func (r *RuleBuilder) DepFiles() WritablePaths {
386 var depFiles WritablePaths
470 func (r *RuleBuilder) depFileMergerCmd(depFiles WritablePaths) *RuleBuilderCommand {
754 outputs WritablePaths
755 symlinkOutputs WritablePaths
756 depFiles WritablePaths
1111 func (c *RuleBuilderCommand) Outputs(paths WritablePaths) *RuleBuilderCommand {
1144 func (c *RuleBuilderCommand) ImplicitOutputs(paths WritablePaths) *RuleBuilderCommand {
1160 func (c *RuleBuilderCommand) ImplicitSymlinkOutputs(paths WritablePaths) *RuleBuilderCommand {
1176 func (c *RuleBuilderCommand) SymlinkOutputs(paths WritablePaths) *RuleBuilderCommand {