Lines Matching refs:Text
229 r.Command().Text("rm").Flag("-f").Outputs(temporariesList)
634 sboxCmd.Text("rm -rf").Output(r.outDir)
635 sboxCmd.Text("&&")
637 Flag("--sandbox-path").Text(shared.TempDirForOutDir(PathForOutput(r.ctx).String())).
909 c.Text(sboxPathForPackagedToolRel(spec))
937 func (c *RuleBuilderCommand) Text(text string) *RuleBuilderCommand { func
948 return c.Text(fmt.Sprintf(format, a...))
954 return c.Text(flag)
961 c.Text(*flag)
971 c.Text(flag)
980 return c.Text(flag + arg)
996 return c.Text(flag + strings.Join(list, sep))
1003 return c.Text(c.PathForTool(path))
1039 return c.Text(c.addInput(path))
1106 return c.Text(c.PathForOutput(path))
1124 return c.Text(sboxOutDir)
1132 return c.Text(c.PathForOutput(path))
1195 return c.Text(flag + c.addInput(path))
1223 return c.Text(flag + c.PathForOutput(path))
1230 return c.Text(flag + c.PathForOutput(path))