Home
last modified time | relevance | path

Searched refs:MutatorName (Results 1 – 2 of 2) sorted by relevance

/build/soong/android/
Dmutator.go260 MutatorName() string methodSpec
582 func (t *topDownMutatorContext) MutatorName() string { func
583 return t.bp.MutatorName()
617 func (b *bottomUpMutatorContext) MutatorName() string { func
618 return b.bp.MutatorName()
645 base.commonProperties.DebugMutators = append(base.commonProperties.DebugMutators, b.MutatorName())
663 base.commonProperties.DebugMutators = append(base.commonProperties.DebugMutators, b.MutatorName())
/build/blueprint/
Dmodule_ctx.go806 MutatorName() string methodSpec
991 func (mctx *mutatorContext) MutatorName() string { func