Home
last modified time | relevance | path

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

/build/blueprint/
Dmodule_ctx.go935 ReplaceDependenciesIf(string, ReplaceDependencyPredicate) argument
1191 type ReplaceDependencyPredicate func(from Module, tag DependencyTag, to Module) bool type
/build/soong/android/
Dmutator.go381 ReplaceDependenciesIf(string, blueprint.ReplaceDependencyPredicate)