Home
last modified time | relevance | path

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

/build/soong/
Dregister.go49 func RegisterBottomUpMutator(name string, m blueprint.BottomUpMutator) {
/build/blueprint/
Dmodule_ctx.go396 type BottomUpMutator func(mctx BottomUpMutatorContext) type