Lines Matching defs:Path
195 func (r *RuleBuilder) Install(from Path, to string) {
767 func (c *RuleBuilderCommand) addInput(path Path) string {
772 func (c *RuleBuilderCommand) addImplicit(path Path) {
776 func (c *RuleBuilderCommand) addOrderOnly(path Path) {
784 func (c *RuleBuilderCommand) PathForInput(path Path) string {
820 func sboxPathForToolRel(ctx BuilderContext, path Path) string {
831 func (r *RuleBuilder) _sboxPathForInputRel(path Path) (rel string, inSandbox bool) {
849 func (r *RuleBuilder) sboxPathForInputRel(path Path) string {
880 func (c *RuleBuilderCommand) PathForTool(path Path) string {
1001 func (c *RuleBuilderCommand) Tool(path Path) *RuleBuilderCommand {
1007 func (c *RuleBuilderCommand) ImplicitTool(path Path) *RuleBuilderCommand {
1038 func (c *RuleBuilderCommand) Input(path Path) *RuleBuilderCommand {
1053 func (c *RuleBuilderCommand) Implicit(path Path) *RuleBuilderCommand {
1074 func (c *RuleBuilderCommand) OrderOnly(path Path) *RuleBuilderCommand {
1090 func (c *RuleBuilderCommand) Validation(path Path) *RuleBuilderCommand {
1194 func (c *RuleBuilderCommand) FlagWithInput(flag string, path Path) *RuleBuilderCommand {