Home
last modified time | relevance | path

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

/build/soong/android/
Dmutator.go217 ReplaceDependenciesIf(string, blueprint.ReplaceDependencyPredicate)
/build/blueprint/
Dmodule_ctx.go851 ReplaceDependenciesIf(string, ReplaceDependencyPredicate) argument
1019 type ReplaceDependencyPredicate func(from Module, tag DependencyTag, to Module) bool type