Searched defs:RuleBuilder (Results 1 – 4 of 4) sorted by relevance
/build/soong/android/ |
D | rule_builder.go | 28 type RuleBuilder struct { struct 29 commands []*RuleBuilderCommand 30 installs RuleBuilderInstalls 31 temporariesSet map[WritablePath]bool 32 restat bool 33 missingDeps []string 71 func (r *RuleBuilder) MissingDeps(missingDeps []string) { 76 func (r *RuleBuilder) Restat() *RuleBuilder { 83 func (r *RuleBuilder) Install(from Path, to string) { 90 func (r *RuleBuilder) Command() *RuleBuilderCommand { [all …]
|
D | proto.go | 126 func ProtoRule(ctx ModuleContext, rule *RuleBuilder, protoFile Path, flags ProtoFlags, deps Paths,
|
/build/soong/dexpreopt/ |
D | dexpreopt.go | 154 rule *android.RuleBuilder) android.WritablePath { 192 …mmand(ctx android.PathContext, global GlobalConfig, module ModuleConfig, rule *android.RuleBuilder,
|
/build/soong/java/ |
D | hiddenapi_singleton.go | 296 func commitChangeForRestat(rule *android.RuleBuilder, tempPath, outputPath android.WritablePath) {
|