Home
last modified time | relevance | path

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

/build/soong/android/
Dneverallow.go578 if hasProperty(properties, v) {
587 if !hasProperty(properties, v) {
594 func hasProperty(properties []interface{}, prop ruleProperty) bool { func