Searched defs:bottomUpMutatorContext (Results 1 – 1 of 1) sorted by relevance
411 type bottomUpMutatorContext struct { struct412 bp blueprint.BottomUpMutatorContext413 baseModuleContext414 finalPhase bool415 bazelConversionMode bool617 func (b *bottomUpMutatorContext) MutatorName() string {621 func (b *bottomUpMutatorContext) Rename(name string) {626 …pendency(module blueprint.Module, tag blueprint.DependencyTag, name ...string) []blueprint.Module {630 …rContext) AddReverseDependency(module blueprint.Module, tag blueprint.DependencyTag, name string) {634 func (b *bottomUpMutatorContext) CreateVariations(variations ...string) []Module {[all …]