HomeSort by relevance Sort by last modified time
    Searched refs:FASYNC (Results 101 - 111 of 111) sorted by null

1 2 3 45

  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/asm-generic/
fcntl.h 42 #ifndef FASYNC
43 #define FASYNC 00020000
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm-generic/
fcntl.h 42 #ifndef FASYNC
43 #define FASYNC 00020000
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/asm-generic/
fcntl.h 42 #ifndef FASYNC
43 #define FASYNC 00020000
  /bionic/libc/include/
fcntl.h 39 #define O_ASYNC FASYNC
  /development/ndk/sources/android/libportable/arch-x86/
open.c 42 x86flags |= FASYNC;
  /development/ndk/sources/android/libportable/arch-mips/
open.c 55 mipsflags |= FASYNC;
fcntl.c 197 mipsflags |= FASYNC;
235 if (flags & FASYNC)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
fcntl.h 188 # define FASYNC O_ASYNC
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
fcntl.h 188 # define FASYNC O_ASYNC
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
fcntl.h 188 # define FASYNC O_ASYNC
  /external/strace/
file.c 342 #ifdef FASYNC
343 { FASYNC, "FASYNC" },
    [all...]

Completed in 345 milliseconds

1 2 3 45