HomeSort by relevance Sort by last modified time
    Searched refs:F_GETFL (Results 76 - 100 of 217) sorted by null

1 2 34 5 6 7 8 9

  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/asm-generic/
fcntl.h 67 #define F_GETFL 3
  /bionic/libc/kernel/uapi/asm-generic/
fcntl.h 102 #define F_GETFL 3
  /external/bluetooth/bluedroid/osi/src/
semaphore.c 70 int flags = fcntl(semaphore->fd, F_GETFL);
  /external/kernel-headers/original/uapi/asm-generic/
fcntl.h 102 #define F_GETFL 3 /* get file->f_flags */
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/asm-generic/
fcntl.h 102 #define F_GETFL 3
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/asm-generic/
fcntl.h 102 #define F_GETFL 3
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/asm-generic/
fcntl.h 102 #define F_GETFL 3
  /external/chromium_org/tools/android/forwarder2/
socket.cc 113 const int flags = fcntl(socket_, F_GETFL);
226 DCHECK(fcntl(socket_, F_GETFL) & O_NONBLOCK);
325 DCHECK(fcntl(socket_, F_GETFL) & O_NONBLOCK);
348 DCHECK(fcntl(socket_, F_GETFL) & O_NONBLOCK);
397 DCHECK(fcntl(socket_, F_GETFL) & O_NONBLOCK);
  /cts/suite/audio_quality/lib/src/
ClientSocket.cpp 83 flOriginal = fcntl(mSocket, F_GETFL,0);
  /external/chromium_org/mojo/common/test/
multiprocess_test_helper_unittest.cc 27 return fcntl(handle.fd, F_GETFL) & O_NONBLOCK;
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_network.c 176 int old = fcntl(s, F_GETFL, 0);
  /external/mesa3d/src/gallium/auxiliary/util/
u_network.c 176 int old = fcntl(s, F_GETFL, 0);
  /system/core/libcutils/
socket_network_client.c 69 if ((flags = fcntl(s, F_GETFL, 0)) < 0) {
  /external/bison/lib/
error.c 131 F_GETFL. */
134 # ifndef F_GETFL
137 return 0 <= fcntl (fd, F_GETFL);
  /external/dnsmasq/src/
log.c 131 if (max_logs != 0 && (flags = fcntl(log_fd, F_GETFL)) != -1)
418 if ((flags = fcntl(log_fd, F_GETFL)) != -1)
  /external/qemu/util/
oslib-posix.c 158 f = fcntl(fd, F_GETFL);
165 f = fcntl(fd, F_GETFL);
  /external/valgrind/main/auxprogs/
valgrind-listener.c 108 res = fcntl(sd, F_GETFL);
119 res = fcntl(sd, F_GETFL);
  /external/valgrind/main/memcheck/tests/linux/
timerfd-syscall.c 300 fcntl(tfd, F_SETFL, fcntl(tfd, F_GETFL, 0) | O_NONBLOCK);
310 fcntl(tfd, F_SETFL, fcntl(tfd, F_GETFL, 0) & ~O_NONBLOCK);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
posixfile.py 133 cur_fl = fcntl.fcntl(file.fileno(), fcntl.F_GETFL, 0)
145 l_flags = fcntl.fcntl(file.fileno(), fcntl.F_GETFL, 0)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
posixfile.py 133 cur_fl = fcntl.fcntl(file.fileno(), fcntl.F_GETFL, 0)
145 l_flags = fcntl.fcntl(file.fileno(), fcntl.F_GETFL, 0)
  /device/samsung/manta/libsensors/
IioSensorBase.cpp 86 int flags = fcntl(mDataFd, F_GETFL, 0);
  /external/chromium_org/build/android/pylib/
cmd_helper.py 143 fl = fcntl.fcntl(child_fd, fcntl.F_GETFL)
  /external/lldb/source/Host/common/
Terminal.cpp 143 m_tflags = ::fcntl (fd, F_GETFL, 0);
  /libcore/luni/src/main/java/libcore/io/
IoUtils.java 93 int flags = Libcore.os.fcntlVoid(fd, F_GETFL);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/bits/
fcntl.h 76 #define F_GETFL 3 /* Get file status flags. */

Completed in 771 milliseconds

1 2 34 5 6 7 8 9