Home
last modified time | relevance | path

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

/build/soong/android/
Dneverallow.go291 type startsWithMatcher struct { struct
292 prefix string
295 func (m *startsWithMatcher) Test(value string) bool {
299 func (m *startsWithMatcher) String() string {