Home
last modified time | relevance | path

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

/aosp12/build/soong/android/
H A Dmutator.go283 type topDownMutatorContext struct { struct
458 actx := &topDownMutatorContext{
525 func (t *topDownMutatorContext) CreateBazelTargetModule(
548 func (t *topDownMutatorContext) AppendProperties(props ...interface{}) {
562 func (t *topDownMutatorContext) PrependProperties(props ...interface{}) {
582 func (t *topDownMutatorContext) MutatorName() string {
586 func (t *topDownMutatorContext) Rename(name string) {
591 func (t *topDownMutatorContext) CreateModule(factory ModuleFactory, props ...interface{}) Module {
612 func (t *topDownMutatorContext) createModuleWithoutInheritance(factory ModuleFactory, props ...inte…