Searched refs:patternMatches (Results 1 – 1 of 1) sorted by relevance
/external/deqp/framework/common/ |
D | tcuCommandLine.cpp | 570 static bool patternMatches(vector<string>::const_iterator patternStart, in patternMatches() function 592 if (patternMatches(pattern + 1, patternEnd, path, pathEnd, allowPrefix)) in patternMatches() 594 if (patternMatches(pattern + 1, patternEnd, path, pathEnd, allowPrefix)) in patternMatches() 611 if (patternMatches(patternComponents.begin(), patternComponents.end(), in matches()
|