HomeSort by relevance Sort by last modified time
    Searched refs:F_GETFD (Results 51 - 75 of 204) sorted by null

1 23 4 5 6 7 8 9

  /art/runtime/
zip_archive.cc 211 int flags = fcntl(fd, F_GETFD);
213 PLOG(WARNING) << "fcntl(" << fd << ", F_GETFD) failed";
  /bionic/tests/
utils.h 161 int flags = fcntl(fd, F_GETFD);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Python/
random.c 255 attr = fcntl(fd, F_GETFD);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
posixfile.py 147 if fcntl.fcntl(file.fileno(), fcntl.F_GETFD, 0) & 1:
SimpleXMLRPCServer.py 596 flags = fcntl.fcntl(self.fileno(), fcntl.F_GETFD)
  /external/dhcpcd-6.8.2/
common.c 158 if (fcntl(ctx->log_fd, F_GETFD, &f) == -1 ||
  /external/e2fsprogs/lib/et/
error_message.c 258 flags = fcntl(fd, F_GETFD);
  /external/libusb/libusb/os/
linux_netlink.c 59 flags = fcntl(fd, F_GETFD);
  /external/mesa3d/src/loader/
loader.c 80 fcntl(fd, F_SETFD, fcntl(fd, F_GETFD) | FD_CLOEXEC);
  /external/python/cpython2/Lib/plat-irix5/
FILE.py 171 F_GETFD = 1
  /external/python/cpython2/Lib/
posixfile.py 147 if fcntl.fcntl(file.fileno(), fcntl.F_GETFD, 0) & 1:
SimpleXMLRPCServer.py 599 flags = fcntl.fcntl(self.fileno(), fcntl.F_GETFD)
  /external/python/cpython2/Python/
random.c 240 attr = fcntl(fd, F_GETFD);
  /prebuilts/gdb/darwin-x86/lib/python2.7/
posixfile.py 147 if fcntl.fcntl(file.fileno(), fcntl.F_GETFD, 0) & 1:
  /prebuilts/gdb/linux-x86/lib/python2.7/
posixfile.py 147 if fcntl.fcntl(file.fileno(), fcntl.F_GETFD, 0) & 1:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
posixfile.py 147 if fcntl.fcntl(file.fileno(), fcntl.F_GETFD, 0) & 1:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
posixfile.py 147 if fcntl.fcntl(file.fileno(), fcntl.F_GETFD, 0) & 1:
  /system/core/libsync/tests/
sync_test.cpp 52 int status = fcntl(m_fd, F_GETFD, 0);
94 int status = fcntl(m_fd, F_GETFD, 0);
  /build/make/tools/makeparallel/
makeparallel.cpp 50 int ret = fcntl(fd, F_GETFD);
  /external/deqp/framework/delibs/deutil/
deFile.c 127 int oldFlags = fcntl(file->fd, F_GETFD, 0);
  /external/dnsmasq/src/
helper.c 273 if ((i = fcntl(event_fd, F_GETFD)) != -1)
  /external/mksh/src/
os2.c 453 if (fcntl(fd, F_GETFD) == -1)
  /external/autotest/client/common_lib/
logging_manager.py 599 fd_flags = fcntl.fcntl(self._fd, fcntl.F_GETFD)
  /external/libcups/cups/
http-addr.c 262 fcntl(fd, F_SETFD, fcntl(fd, F_GETFD) | FD_CLOEXEC);
  /frameworks/base/core/jni/
fd_utils.cpp 230 const int fd_flags = TEMP_FAILURE_RETRY(fcntl(fd, F_GETFD));
232 *error_msg = android::base::StringPrintf("Failed fcntl(%d, F_GETFD) (%s): %s",

Completed in 412 milliseconds

1 23 4 5 6 7 8 9