Home
last modified time | relevance | path

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

/build/blueprint/
Dmodule_ctx.go934 ReplaceDependenciesIf(string, ReplaceDependencyPredicate) argument
1184 type ReplaceDependencyPredicate func(from Module, tag DependencyTag, to Module) bool type
/build/soong/android/
Dmutator.go365 ReplaceDependenciesIf(string, blueprint.ReplaceDependencyPredicate)