Home
last modified time | relevance | path

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

/aosp_15_r20/build/make/tools/compliance/cmd/dumpresolutions/
H A Ddumpresolutions_test.go971 type resolutionMatcher struct { struct
972 appliesTo string
973 actsOn string
974 conditions []string
977 func (rm *resolutionMatcher) matchString(ctx *testContext, lg *compliance.LicenseGraph) string {
983 func (rm *resolutionMatcher) typeString() string {