Home
last modified time | relevance | path

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

/development/vndk/tools/header-checker/src/repr/symbol/
Dexported_symbol_set.cpp34 static inline bool HasMatchingGlobPattern( in HasMatchingGlobPattern() function
45 static inline bool HasMatchingGlobPattern( in HasMatchingGlobPattern() function
48 return HasMatchingGlobPattern(patterns, text.c_str()); in HasMatchingGlobPattern()
73 if (HasMatchingGlobPattern(glob_patterns_, name)) { in HasSymbol()
89 if (HasMatchingGlobPattern(demangled_cpp_glob_patterns_, in HasSymbol()