Searched refs:_fcntl (Results 1 – 3 of 3) sorted by relevance
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/_setup/py2/ |
D | shell.py | 99 import fcntl as _fcntl namespace 109 flags = _fcntl.fcntl(fd, _fcntl.F_GETFD, 0) 114 flags |= _fcntl.FD_CLOEXEC 115 _fcntl.fcntl(fd, _fcntl.F_SETFD, flags)
|
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/_setup/py2/ |
D | shell.py | 99 import fcntl as _fcntl namespace 109 flags = _fcntl.fcntl(fd, _fcntl.F_GETFD, 0) 114 flags |= _fcntl.FD_CLOEXEC 115 _fcntl.fcntl(fd, _fcntl.F_SETFD, flags)
|
/external/python/cpython2/Lib/ |
D | tempfile.py | 43 import fcntl as _fcntl namespace 50 flags = _fcntl.fcntl(fd, _fcntl.F_GETFD, 0) 55 flags |= _fcntl.FD_CLOEXEC 56 _fcntl.fcntl(fd, _fcntl.F_SETFD, flags)
|