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

1 2 3 45 6 7 8 9

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
fcntl.h 76 #define F_GETFL 3 /* Get file status flags. */
  /development/ndk/sources/android/libportable/arch-mips/
fcntl.c 91 native_cmd = F_GETFL;
384 case F_GETFL:
  /external/chromium_org/tools/android/forwarder/
forwarder.cc 279 fcntl(socket, F_SETFL, fcntl(socket, F_GETFL) | O_NONBLOCK);
280 fcntl(host_socket, F_SETFL, fcntl(host_socket, F_GETFL) | O_NONBLOCK);
  /external/ppp/pppd/
tty.c 491 fdflags = fcntl(0, F_GETFL);
583 if ((fdflags = fcntl(ttyfd, F_GETFL)) == -1
1052 flags = fcntl(pty_master, F_GETFL);
1056 flags = fcntl(ifd, F_GETFL);
1061 flags = fcntl(ofd, F_GETFL);
    [all...]
  /external/chromium_org/components/nacl/loader/nonsfi/
nonsfi_sandbox_unittest.cc 280 BPF_ASSERT_EQ(0, fcntl(fd, F_GETFL));
282 BPF_ASSERT_EQ(O_NONBLOCK, fcntl(fd, F_GETFL));
nonsfi_sandbox.cc 50 // 2. F_GETFL: Used by SetNonBlocking in
56 // the return value of F_GETFL, so we need to allow O_ACCMODE in
66 ErrorCode::OP_EQUAL, F_GETFL,
  /external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
mem_fs_node_test.cc 178 // Test F_GETFL
181 ASSERT_EQ(0, handle.Fcntl(F_GETFL, &flags));
188 ASSERT_EQ(0, handle.Fcntl(F_GETFL, &flags));
  /device/asus/fugu/libaudio/
AudioHotplugThread.cpp 290 flags = fcntl(inotifyFD, F_GETFL, 0);
292 ALOGE("AudioHotplugThread: F_GETFL failed");
  /external/chromium_org/base/message_loop/
message_pump_libevent.cc 47 int flags = fcntl(fd, F_GETFL, 0);
  /external/chromium_org/base/
sync_socket_posix.cc 209 const long flags = fcntl(handle_, F_GETFL, NULL);
  /external/chromium_org/device/hid/
hid_connection_linux.cc 74 fcntl(device_file.GetPlatformFile(), F_GETFL) | O_NONBLOCK)) {
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
kernel_handle.cc 136 case F_GETFL: {
  /external/chromium_org/net/tools/flip_server/
create_listener.cc 64 int fcntl_return = fcntl(fd, F_GETFL, 0);
65 CHECK_NE(fcntl_return, -1) << "error doing fcntl(fd, F_GETFL, 0) fd: " << fd
  /external/chromium_org/third_party/libusb/src/libusb/os/
linux_netlink.c 81 flags = fcntl (linux_netlink_socket, F_GETFL);
linux_udev.c 88 r = fcntl(udev_monitor_fd, F_GETFL);
  /external/chromium_org/third_party/skia/experimental/Networking/
SkSockets.cpp 72 int flags = fcntl(sockfd, F_GETFL);
  /external/dhcpcd/
common.c 128 if ((flags = fcntl(fd, F_GETFL, 0)) == -1 ||
  /external/dnsmasq/src/
netlink.c 243 if ((flags = fcntl(daemon->netlinkfd, F_GETFL)) == -1 ||
  /external/fio/
libfio.c 241 flags = fcntl(fd, F_GETFL);
  /external/fio/os/
os-windows.h 67 #define F_GETFL 0x2
  /external/oprofile/daemon/liblegacy/
init.c 127 if (fcntl(devfd, F_SETFL, fcntl(devfd, F_GETFL) | O_NONBLOCK) < 0) {
  /external/qemu/distrib/sdl-1.2.15/src/audio/dsp/
SDL_dspaudio.c 190 flags = fcntl(audio_fd, F_GETFL);
  /external/skia/experimental/Networking/
SkSockets.cpp 72 int flags = fcntl(sockfd, F_GETFL);
  /external/stlport/src/details/
fstream_unistd.cpp 232 int mode = fcntl(file_no, F_GETFL);
  /frameworks/base/libs/common_time/
diag_thread.cpp 39 int flags = fcntl(fd, F_GETFL);

Completed in 649 milliseconds

1 2 3 45 6 7 8 9