Searched defs:topDownMutatorContext (Results 1 – 1 of 1) sorted by relevance
193 type topDownMutatorContext struct { struct194 bp blueprint.TopDownMutatorContext195 baseModuleContext287 func (t *topDownMutatorContext) AppendProperties(props ...interface{}) {315 // android.topDownMutatorContext either has to embed blueprint.TopDownMutatorContext, in which case…321 func (t *topDownMutatorContext) MutatorName() string {325 func (t *topDownMutatorContext) Rename(name string) {330 func (t *topDownMutatorContext) CreateModule(factory ModuleFactory, props ...interface{}) Module {