Home
last modified time | relevance | path

Searched defs:notInListMatcher (Results 1 – 1 of 1) sorted by relevance

/build/soong/android/
Dneverallow.go359 type notInListMatcher struct { struct
360 allowed []string
363 func (m *notInListMatcher) Test(value string) bool {
367 func (m *notInListMatcher) String() string {