Home
last modified time | relevance | path

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

/third_party/python/Tools/c-analyzer/c_common/
Dfsutil.py110 def match_glob(filename, pattern): function
179 if match_glob(filename, included):
184 if match_glob(filename, excluded):
/third_party/python/Tools/c-analyzer/c_parser/preprocessor/
D__init__.py6 from c_common.fsutil import match_glob as _match_glob