Home
last modified time | relevance | path

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

/external/python/cpython3/Tools/c-analyzer/c_common/
Dfsutil.py306 S_IWANY = stat.S_IWUSR | stat.S_IWGRP | stat.S_IWOTH variable
327 okay = _check_file(filename, S_IWANY)
333 return _check_mode(st, mode, S_IWANY, user)
371 elif check & S_IWANY:
430 if check & S_IWANY:
431 check -= S_IWANY