Searched refs:ReplaceDependenciesIf (Results 1 – 4 of 4) sorted by relevance
/build/soong/android/ |
D | mutator.go | 217 ReplaceDependenciesIf(string, blueprint.ReplaceDependencyPredicate) methodSpec 432 func (b *bottomUpMutatorContext) ReplaceDependenciesIf(name string, predicate blueprint.ReplaceDepe… func 433 b.bp.ReplaceDependenciesIf(name, predicate)
|
D | prebuilt.go | 273 …ctx.ReplaceDependenciesIf(name, func(from blueprint.Module, tag blueprint.DependencyTag, to bluepr…
|
/build/blueprint/ |
D | module_ctx.go | 851 ReplaceDependenciesIf(string, ReplaceDependencyPredicate) methodSpec 1016 mctx.ReplaceDependenciesIf(name, nil) 1021 func (mctx *mutatorContext) ReplaceDependenciesIf(name string, predicate ReplaceDependencyPredicate… func
|
/build/soong/sdk/ |
D | sdk.go | 443 …mctx.ReplaceDependenciesIf(memberName, func(from blueprint.Module, tag blueprint.DependencyTag, to…
|