Home
last modified time | relevance | path

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

/build/soong/android/
Dmutator.go267 type topDownMutatorContext struct { struct
442 actx := &topDownMutatorContext{
509 func (t *topDownMutatorContext) CreateBazelTargetModule( argument
516 func (t *topDownMutatorContext) CreateBazelTargetModuleWithRestrictions( argument
524 func (t *topDownMutatorContext) createBazelTargetModule(
547 func (t *topDownMutatorContext) MutatorName() string { argument
551 func (t *topDownMutatorContext) Rename(name string) { argument
556 func (t *topDownMutatorContext) CreateModule(factory ModuleFactory, props ...interface{}) Module { argument
577 func (t *topDownMutatorContext) createModuleWithoutInheritance(factory ModuleFactory, props ...inte… argument
Dmodule.go1163 func (attrs *CommonAttributes) fillCommonBp2BuildModuleAttrs(ctx *topDownMutatorContext,
1252 func productVariableConfigEnableLabels(ctx *topDownMutatorContext) []bazel.Label { argument