Home
last modified time | relevance | path

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

/build/soong/android/
Dneverallow.go611 if matchValue(propertiesValue, check) {
618 func matchValue(value reflect.Value, check func(string) bool) bool { func