Home
last modified time | relevance | path

Searched defs:ReplaceDependencyPredicate (Results 1 – 2 of 2) sorted by relevance

/aosp12/build/blueprint/
H A Dmodule_ctx.go1191 type ReplaceDependencyPredicate func(from Module, tag DependencyTag, to Module) bool type
1193 func (mctx *mutatorContext) ReplaceDependenciesIf(name string, predicate ReplaceDependencyPredicate
/aosp12/build/soong/android/
H A Dmutator.go714 …UpMutatorContext) ReplaceDependenciesIf(name string, predicate blueprint.ReplaceDependencyPredicat…