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

  /bionic/libc/upstream-freebsd/android/include/
freebsd-compat.h 42 #define _fcntl fcntl macro
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
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)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
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)

Completed in 103 milliseconds