Searched defs:RuleBuilderCommand (Results 1 – 2 of 2) sorted by relevance
746 type RuleBuilderCommand struct { struct747 rule *RuleBuilder749 buf strings.Builder750 inputs Paths751 implicits Paths752 orderOnlys Paths753 validations Paths754 outputs WritablePaths755 symlinkOutputs WritablePaths756 depFiles WritablePaths[all …]
25 Paths(cmd *android.RuleBuilderCommand) []string