Home
last modified time | relevance | path

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

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