Home
last modified time | relevance | path

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

/aosp12/build/soong/android/
H A Dneverallow.go339 type ruleProperty struct { struct
340 fields []string // e.x.: Vndk.Enabled
341 matcher ValueMatcher
592 func hasAnyProperty(properties []interface{}, props []ruleProperty) bool {
601 func hasAllProperties(properties []interface{}, props []ruleProperty) bool {
610 func hasProperty(properties []interface{}, prop ruleProperty) bool {