Home
last modified time | relevance | path

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

/build/soong/android/
Dneverallow.go178 type ruleProperty struct { struct
193 props []ruleProperty
194 unlessProps []ruleProperty
222 r.props = append(r.props, ruleProperty{
230 r.unlessProps = append(r.unlessProps, ruleProperty{
311 func hasAnyProperty(properties []interface{}, props []ruleProperty) bool { argument
320 func hasAllProperties(properties []interface{}, props []ruleProperty) bool { argument
329 func hasProperty(properties []interface{}, prop ruleProperty) bool { argument