Searched refs:ReplaceDependenciesIf (Results 1 – 4 of 4) sorted by relevance
/build/soong/android/ |
D | mutator.go | 381 ReplaceDependenciesIf(string, blueprint.ReplaceDependencyPredicate) methodSpec 714 func (b *bottomUpMutatorContext) ReplaceDependenciesIf(name string, predicate blueprint.ReplaceDepe… func 715 b.bp.ReplaceDependenciesIf(name, predicate)
|
D | prebuilt.go | 339 …ctx.ReplaceDependenciesIf(name, func(from blueprint.Module, tag blueprint.DependencyTag, to bluepr…
|
/build/blueprint/ |
D | module_ctx.go | 935 ReplaceDependenciesIf(string, ReplaceDependencyPredicate) methodSpec 1188 mctx.ReplaceDependenciesIf(name, nil) 1193 func (mctx *mutatorContext) ReplaceDependenciesIf(name string, predicate ReplaceDependencyPredicate… func
|
/build/soong/sdk/ |
D | sdk.go | 520 …mctx.ReplaceDependenciesIf(memberName, func(from blueprint.Module, tag blueprint.DependencyTag, to…
|