Lines Matching defs:topDownMutatorContext
278 type topDownMutatorContext struct { struct
279 bp blueprint.TopDownMutatorContext
280 baseModuleContext
698 func (t *topDownMutatorContext) CreateBazelTargetModule(
705 func (t *topDownMutatorContext) CreateBazelTargetModuleWithRestrictions(
723 func (t *topDownMutatorContext) CreateBazelTargetAliasInDir(
791 // android.topDownMutatorContext either has to embed blueprint.TopDownMutatorContext, in which case…
797 func (t *topDownMutatorContext) MutatorName() string {
801 func (t *topDownMutatorContext) Rename(name string) {
806 …createModule(factory blueprint.ModuleFactory, name string, props ...interface{}) blueprint.Module {
810 func (t *topDownMutatorContext) CreateModule(factory ModuleFactory, props ...interface{}) Module {
814 …utatorContext) createModuleWithoutInheritance(factory ModuleFactory, props ...interface{}) Module {