Home
last modified time | relevance | path

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

/build/make/tools/compliance/
Dpolicy_resolve.go25 type TraceConditions func(tn *TargetNode) LicenseConditionSet type
45 func TraceBottomUpConditions(lg *LicenseGraph, conditionsFn TraceConditions) {
114 func TraceTopDownConditions(lg *LicenseGraph, conditionsFn TraceConditions) {
Dpolicy_policy.go199 … targetConditions LicenseConditionSet, treatAsAggregate bool, conditionsFn TraceConditions) Licens…