Home
last modified time | relevance | path

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

/external/python/cpython3/Tools/c-analyzer/c_common/
Dfsutil.py305 S_IRANY = stat.S_IRUSR | stat.S_IRGRP | stat.S_IROTH variable
314 okay = _check_file(filename, S_IRANY)
320 return _check_mode(st, mode, S_IRANY, user)
369 if check & S_IRANY:
417 if check & S_IRANY:
418 check -= S_IRANY