Home
last modified time | relevance | path

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

/build/soong/android/
Dneverallow.go318 type notInListMatcher struct { struct
319 allowed []string
322 func (m *notInListMatcher) Test(value string) bool {
326 func (m *notInListMatcher) String() string {