Home
last modified time | relevance | path

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

/build/soong/android/
Dmutator.go193 type topDownMutatorContext struct { struct
247 actx := &topDownMutatorContext{
287 func (t *topDownMutatorContext) AppendProperties(props ...interface{}) { argument
301 func (t *topDownMutatorContext) PrependProperties(props ...interface{}) {
321 func (t *topDownMutatorContext) MutatorName() string { argument
325 func (t *topDownMutatorContext) Rename(name string) { argument
330 func (t *topDownMutatorContext) CreateModule(factory ModuleFactory, props ...interface{}) Module { argument