Lines Matching defs:WritablePath
145 func (r *RuleBuilder) Sbox(outputDir WritablePath, manifestPath WritablePath) *RuleBuilder {
212 func (r *RuleBuilder) Temporary(path WritablePath) {
811 func (c *RuleBuilderCommand) PathForOutput(path WritablePath) string {
1104 func (c *RuleBuilderCommand) Output(path WritablePath) *RuleBuilderCommand {
1130 func (c *RuleBuilderCommand) DepFile(path WritablePath) *RuleBuilderCommand {
1137 func (c *RuleBuilderCommand) ImplicitOutput(path WritablePath) *RuleBuilderCommand {
1152 func (c *RuleBuilderCommand) ImplicitSymlinkOutput(path WritablePath) *RuleBuilderCommand {
1169 func (c *RuleBuilderCommand) SymlinkOutput(path WritablePath) *RuleBuilderCommand {
1187 func (c *RuleBuilderCommand) ImplicitDepFile(path WritablePath) *RuleBuilderCommand {
1221 func (c *RuleBuilderCommand) FlagWithOutput(flag string, path WritablePath) *RuleBuilderCommand {
1228 func (c *RuleBuilderCommand) FlagWithDepFile(flag string, path WritablePath) *RuleBuilderCommand {
1238 func (c *RuleBuilderCommand) FlagWithRspFileInputList(flag string, rspFile WritablePath, paths Path…
1324 func writeRspFileRule(ctx BuilderContext, rspFile WritablePath, paths Paths) {