Home
last modified time | relevance | path

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

/build/soong/android/
Dneverallow.go538 type ruleProperty struct { struct
539 fields []string // e.x.: Vndk.Enabled
540 matcher ValueMatcher
543 func (r *ruleProperty) String() string {
826 func hasAnyProperty(ctx BottomUpMutatorContext, properties []interface{}, props []ruleProperty) boo…
835 func hasAllProperties(ctx BottomUpMutatorContext, properties []interface{}, props []ruleProperty) b…
844 func hasProperty(ctx BottomUpMutatorContext, properties []interface{}, prop ruleProperty) bool {