Searched defs:RuleBuilderCommand (Results 1 – 2 of 2) sorted by relevance
744 type RuleBuilderCommand struct { struct745 rule *RuleBuilder747 buf strings.Builder748 inputs Paths749 implicits Paths750 orderOnlys Paths751 validations Paths752 outputs WritablePaths753 symlinkOutputs WritablePaths754 depFiles WritablePaths[all …]
25 Paths(cmd *android.RuleBuilderCommand) []string