Home
last modified time | relevance | path

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

/third_party/python/Tools/c-analyzer/c_common/
Dfsutil.py314 okay = _check_file(filename, S_IRANY)
327 okay = _check_file(filename, S_IWANY)
340 okay = _check_file(filename, S_IXANY)
366 def _check_file(filename, check): function