Home
last modified time | relevance | path

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

/build/soong/android/
Dneverallow.go502 type notInListMatcher struct { struct
503 allowed []string
506 func (m *notInListMatcher) Test(value string) bool {
510 func (m *notInListMatcher) String() string {