Home
last modified time | relevance | path

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

/aosp12/build/soong/android/
H A Dneverallow.go339 type ruleProperty struct { struct
385 props []ruleProperty
386 unlessProps []ruleProperty
433 r.props = append(r.props, ruleProperty{
445 r.unlessProps = append(r.unlessProps, ruleProperty{
592 func hasAnyProperty(properties []interface{}, props []ruleProperty) bool { argument
601 func hasAllProperties(properties []interface{}, props []ruleProperty) bool { argument
610 func hasProperty(properties []interface{}, prop ruleProperty) bool { argument