Searched defs:ruleProperty (Results 1 – 1 of 1) sorted by relevance
178 type ruleProperty struct { struct179 fields []string // e.x.: Vndk.Enabled180 value string // e.x.: true311 func hasAnyProperty(properties []interface{}, props []ruleProperty) bool {320 func hasAllProperties(properties []interface{}, props []ruleProperty) bool {329 func hasProperty(properties []interface{}, prop ruleProperty) bool {