Home
last modified time | relevance | path

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

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