HomeSort by relevance Sort by last modified time
    Searched refs:_fcntl (Results 1 - 9 of 9) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
tempfile.py 42 import fcntl as _fcntl
49 flags = _fcntl.fcntl(fd, _fcntl.F_GETFD, 0)
54 flags |= _fcntl.FD_CLOEXEC
55 _fcntl.fcntl(fd, _fcntl.F_SETFD, flags)
  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/_setup/py2/
shell.py 99 import fcntl as _fcntl
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/rjsmin/_setup/py2/
shell.py 99 import fcntl as _fcntl
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/
tempfile.py 43 import fcntl as _fcntl
50 flags = _fcntl.fcntl(fd, _fcntl.F_GETFD, 0)
55 flags |= _fcntl.FD_CLOEXEC
56 _fcntl.fcntl(fd, _fcntl.F_SETFD, flags)
  /prebuilts/gdb/darwin-x86/lib/python2.7/
tempfile.py 43 import fcntl as _fcntl
50 flags = _fcntl.fcntl(fd, _fcntl.F_GETFD, 0)
55 flags |= _fcntl.FD_CLOEXEC
56 _fcntl.fcntl(fd, _fcntl.F_SETFD, flags)
  /prebuilts/gdb/linux-x86/lib/python2.7/
tempfile.py 43 import fcntl as _fcntl
50 flags = _fcntl.fcntl(fd, _fcntl.F_GETFD, 0)
55 flags |= _fcntl.FD_CLOEXEC
56 _fcntl.fcntl(fd, _fcntl.F_SETFD, flags)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
tempfile.py 43 import fcntl as _fcntl
50 flags = _fcntl.fcntl(fd, _fcntl.F_GETFD, 0)
55 flags |= _fcntl.FD_CLOEXEC
56 _fcntl.fcntl(fd, _fcntl.F_SETFD, flags)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
tempfile.py 43 import fcntl as _fcntl
50 flags = _fcntl.fcntl(fd, _fcntl.F_GETFD, 0)
55 flags |= _fcntl.FD_CLOEXEC
56 _fcntl.fcntl(fd, _fcntl.F_SETFD, flags)
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/bin/
x86_64-linux-android-gcc-4.9.x     [all...]

Completed in 449 milliseconds