HomeSort by relevance Sort by last modified time
    Searched refs:_fcntl (Results 1 - 6 of 6) 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)
  /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/aarch64/aarch64-linux-android-4.9/bin/
aarch64-linux-android-gcc-4.9.x     [all...]

Completed in 120 milliseconds