Home
last modified time | relevance | path

Searched defs:mutatorContext (Results 1 – 2 of 2) sorted by relevance

/aosp12/build/blueprint/
H A Dmodule_ctx.go786 type mutatorContext struct { struct
787 baseModuleContext
788 name string
789 reverseDeps []reverseDep
790 rename []rename
791 replace []replace
792 newVariations modulesOrAliases // new variants of existing modules
793 newModules []*moduleInfo // brand new modules
794 defaultVariation *string
795 pauseCh chan<- pauseSpec
H A Dcontext.go2451 func (bottomUpMutatorImpl) run(mutator *mutatorInfo, ctx *mutatorContext) {
2465 func (topDownMutatorImpl) run(mutator *mutatorInfo, ctx *mutatorContext) {