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

1 2 3 45 6 7 8 91011>>

  /prebuilts/ndk/r11/platforms/android-24/arch-arm64/usr/include/asm/
fcntl.h 26 #include <asm-generic/fcntl.h>
  /prebuilts/ndk/r11/platforms/android-3/arch-arm/usr/include/asm/
fcntl.h 20 #include <asm-generic/fcntl.h>
  /prebuilts/ndk/r11/platforms/android-4/arch-arm/usr/include/asm/
fcntl.h 20 #include <asm-generic/fcntl.h>
  /prebuilts/ndk/r11/platforms/android-5/arch-arm/usr/include/asm/
fcntl.h 20 #include <asm-generic/fcntl.h>
  /prebuilts/ndk/r11/platforms/android-8/arch-arm/usr/include/asm/
fcntl.h 20 #include <asm-generic/fcntl.h>
  /prebuilts/ndk/r11/platforms/android-9/arch-arm/usr/include/asm/
fcntl.h 20 #include <asm-generic/fcntl.h>
  /external/libdaemon/libdaemon/
dnonblock.c 30 #include <fcntl.h>
37 if ((a = fcntl(fd, F_GETFL)) < 0)
48 return fcntl(fd, F_SETFL, c);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_fcntl.py 1 """Test program for the fcntl C module.
14 fcntl = import_module('fcntl') variable
43 fcntl.F_WRLCK, 0)
45 lockdata = struct.pack('hhlllii', fcntl.F_WRLCK, 0, 0, 0, 0, 0, 0)
49 lockdata = struct.pack('hh'+start_len+'hh', fcntl.F_WRLCK, 0, 0, 0, 0, 0)
71 rv = fcntl.fcntl(self.f.fileno(), fcntl.F_SETFL, os.O_NONBLOCK)
73 print 'Status from fcntl with O_NONBLOCK: ', rv
    [all...]
  /external/libusb/libusb/os/
poll_posix.c 24 #include <fcntl.h>
36 ret = fcntl(pipefd[1], F_GETFL);
41 ret = fcntl(pipefd[1], F_SETFL, ret | O_NONBLOCK);
  /external/strace/
flock.h 32 #include <linux/fcntl.h>
39 # error struct flock definition not found in <linux/fcntl.h>
47 # error struct flock64 definition not found in <linux/fcntl.h>
  /bionic/libc/bionic/
access.cpp 29 #include <fcntl.h>
link.cpp 29 #include <fcntl.h>
rename.cpp 29 #include <fcntl.h>
symlink.cpp 29 #include <fcntl.h>
  /bionic/libc/include/sys/
file.h 35 #include <fcntl.h>
  /development/ndk/platforms/android-21/include/sys/
file.h 36 #include <fcntl.h>
  /development/ndk/platforms/android-9/include/sys/
file.h 36 #include <fcntl.h>
  /external/giflib/
config.h 9 #include <fcntl.h>
  /external/valgrind/none/tests/
fdleak_open.c 1 #include <fcntl.h>
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/sys/
file.h 36 #include <fcntl.h>
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/sys/
file.h 36 #include <fcntl.h>
  /prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/sys/
file.h 36 #include <fcntl.h>
  /prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/sys/
file.h 36 #include <fcntl.h>
  /prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/sys/
file.h 36 #include <fcntl.h>
  /prebuilts/ndk/r10/platforms/android-13/arch-x86/usr/include/sys/
file.h 36 #include <fcntl.h>

Completed in 3251 milliseconds

1 2 3 45 6 7 8 91011>>