HomeSort by relevance Sort by last modified time
    Searched defs:O_ACCMODE (Results 1 - 25 of 39) sorted by null

1 2

  /external/stlport/src/details/
fstream_unistd.cpp 52 #ifndef O_ACCMODE
53 # define O_ACCMODE (O_RDONLY|O_WRONLY|O_RDWR)
82 switch ( mode & O_ACCMODE ) {
fstream_stdio.cpp 80 # ifndef O_ACCMODE
81 # define O_ACCMODE (O_RDONLY|O_WRONLY|O_RDWR)
  /ndk/sources/cxx-stl/stlport/src/details/
fstream_unistd.cpp 52 #ifndef O_ACCMODE
53 # define O_ACCMODE (O_RDONLY|O_WRONLY|O_RDWR)
82 switch ( mode & O_ACCMODE ) {
fstream_stdio.cpp 80 # ifndef O_ACCMODE
81 # define O_ACCMODE (O_RDONLY|O_WRONLY|O_RDWR)
  /bionic/libc/kernel/common/asm-generic/
fcntl.h 22 #define O_ACCMODE 00000003
  /development/ndk/platforms/android-3/include/asm-generic/
fcntl.h 17 #define O_ACCMODE 00000003
  /external/kernel-headers/original/asm-generic/
fcntl.h 8 #define O_ACCMODE 00000003
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/asm-generic/
fcntl.h 17 #define O_ACCMODE 00000003
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm-generic/
fcntl.h 8 #define O_ACCMODE 00000003
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm-generic/
fcntl.h 8 #define O_ACCMODE 00000003
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm-generic/
fcntl.h 8 #define O_ACCMODE 00000003
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/asm-generic/
fcntl.h 17 #define O_ACCMODE 00000003
  /prebuilts/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/asm-generic/
fcntl.h 17 #define O_ACCMODE 00000003
  /prebuilts/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/asm-generic/
fcntl.h 17 #define O_ACCMODE 00000003
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/asm-generic/
fcntl.h 17 #define O_ACCMODE 00000003
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/asm-generic/
fcntl.h 17 #define O_ACCMODE 00000003
  /prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/asm-generic/
fcntl.h 17 #define O_ACCMODE 00000003
  /prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/asm-generic/
fcntl.h 17 #define O_ACCMODE 00000003
  /prebuilts/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/asm-generic/
fcntl.h 17 #define O_ACCMODE 00000003
  /prebuilts/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/asm-generic/
fcntl.h 17 #define O_ACCMODE 00000003
  /prebuilts/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/asm-generic/
fcntl.h 17 #define O_ACCMODE 00000003
  /prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-arm/usr/include/asm-generic/
fcntl.h 17 #define O_ACCMODE 00000003
  /prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/asm-generic/
fcntl.h 17 #define O_ACCMODE 00000003
  /prebuilts/ndk/android-ndk-r7/platforms/android-3/arch-arm/usr/include/asm-generic/
fcntl.h 17 #define O_ACCMODE 00000003
  /prebuilts/ndk/android-ndk-r7/platforms/android-3/arch-x86/usr/include/asm-generic/
fcntl.h 17 #define O_ACCMODE 00000003

Completed in 428 milliseconds

1 2