Home
last modified time | relevance | path

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

/build/soong/android/
Dneverallow.go347 type ruleProperty struct { struct
391 props []ruleProperty
392 unlessProps []ruleProperty
437 r.props = append(r.props, ruleProperty{
449 r.unlessProps = append(r.unlessProps, ruleProperty{
576 func hasAnyProperty(properties []interface{}, props []ruleProperty) bool { argument
585 func hasAllProperties(properties []interface{}, props []ruleProperty) bool { argument
594 func hasProperty(properties []interface{}, prop ruleProperty) bool { argument