HomeSort by relevance Sort by last modified time
    Searched defs:O_DIRECT (Results 51 - 70 of 70) sorted by null

1 23

  /prebuilts/ndk/7/platforms/android-8/arch-x86/usr/include/asm-generic/
fcntl.h 45 #ifndef O_DIRECT
46 #define O_DIRECT 00040000
  /prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/asm-generic/
fcntl.h 45 #ifndef O_DIRECT
46 #define O_DIRECT 00040000
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/asm-generic/
fcntl.h 45 #ifndef O_DIRECT
46 #define O_DIRECT 00040000
  /prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/asm-generic/
fcntl.h 45 #ifndef O_DIRECT
46 #define O_DIRECT 00040000
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm-generic/
fcntl.h 45 #ifndef O_DIRECT
46 #define O_DIRECT 00040000
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/asm-generic/
fcntl.h 45 #ifndef O_DIRECT
46 #define O_DIRECT 00040000
  /prebuilts/ndk/8/platforms/android-3/arch-arm/usr/include/asm-generic/
fcntl.h 45 #ifndef O_DIRECT
46 #define O_DIRECT 00040000
  /prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/asm-generic/
fcntl.h 45 #ifndef O_DIRECT
46 #define O_DIRECT 00040000
  /prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/asm-generic/
fcntl.h 45 #ifndef O_DIRECT
46 #define O_DIRECT 00040000
  /prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/asm-generic/
fcntl.h 45 #ifndef O_DIRECT
46 #define O_DIRECT 00040000
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/asm-generic/
fcntl.h 45 #ifndef O_DIRECT
46 #define O_DIRECT 00040000
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm-generic/
fcntl.h 45 #ifndef O_DIRECT
46 #define O_DIRECT 00040000
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/asm-generic/
fcntl.h 45 #ifndef O_DIRECT
46 #define O_DIRECT 00040000
  /bionic/libc/kernel/common/asm-generic/
fcntl.h 57 #ifndef O_DIRECT
59 #define O_DIRECT 00040000
  /external/kernel-headers/original/asm-generic/
fcntl.h 46 #ifndef O_DIRECT
47 #define O_DIRECT 00040000 /* direct disk access hint */
  /external/qemu/block/
raw-posix.c 90 /* Approximate O_DIRECT with O_DSYNC if O_DIRECT isn't available */
91 #ifndef O_DIRECT
92 #define O_DIRECT O_DSYNC
145 * and O_DIRECT for no caching. */
147 s->open_flags |= O_DIRECT;
228 * opened with O_DIRECT. buf must be aligned to 512 bytes then.
231 * that O_DIRECT is not in effect.
281 * opened with O_DIRECT. buf must be aligned to 512 bytes then.
284 * that O_DIRECT is not in effect
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
fcntl.h 49 # define O_DIRECT 040000 /* Direct disk access. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
fcntl.h 49 # define O_DIRECT 040000 /* Direct disk access. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
fcntl.h 49 # define O_DIRECT 040000 /* Direct disk access. */
  /external/stressapptest/src/
worker.cc 119 #if !defined(O_DIRECT)
122 #define O_DIRECT 0
    [all...]

Completed in 860 milliseconds

1 23