Home
last modified time | relevance | path

Searched refs:NameMatchesAnyFilter (Results 1 - 1 of 1) sorted by relevance

/third_party/vixl/tools/
H A Dutil.py229 def NameMatchesAnyFilter(name, filters): function
238 if NameMatchesAnyFilter(git_path, include_dirs) and \
239 not NameMatchesAnyFilter(git_path, exclude_dirs):
243 if NameMatchesAnyFilter(name, include) and \
244 not NameMatchesAnyFilter(name, exclude)

Completed in 1 milliseconds