Home
last modified time | relevance | path

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

/third_party/gn/src/util/test/
Dgn_test.cc68 bool PatternListMatchString(const char* pattern, const char* str) { in PatternListMatchString() function
76 return PatternListMatchString(colon + 1, str); in PatternListMatchString()
85 return PatternListMatchString(pos, test) && in TestMatchesFilter()
86 !PatternListMatchString(neg, test); in TestMatchesFilter()