Home
last modified time | relevance | path

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

/build/soong/
Dregister.go53 func RegisterTopDownMutator(name string, m blueprint.TopDownMutator) {
/build/blueprint/
Dmodule_ctx.go395 type TopDownMutator func(mctx TopDownMutatorContext) type