HomeSort by relevance Sort by last modified time
    Searched refs:O_DSYNC (Results 1 - 25 of 25) sorted by null

  /development/ndk/platforms/android-L/arch-mips/include/asm/
fcntl.h 22 #define O_DSYNC 0x0010
34 #define O_SYNC (__O_SYNC|O_DSYNC)
  /development/ndk/platforms/android-L/arch-mips64/include/asm/
fcntl.h 22 #define O_DSYNC 0x0010
34 #define O_SYNC (__O_SYNC|O_DSYNC)
  /bionic/libc/kernel/uapi/asm-mips/asm/
fcntl.h 24 #define O_DSYNC 0x0010
35 #define O_SYNC (__O_SYNC|O_DSYNC)
  /external/kernel-headers/original/uapi/asm-mips/asm/
fcntl.h 14 #define O_DSYNC 0x0010 /* used to be O_SYNC, see below */
23 * Before Linux 2.6.33 only O_DSYNC semantics were implemented, but using
25 * for O_DSYNC semantics now, but using the correct symbolic name for it.
28 * new headers get at least O_DSYNC semantics on older kernels.
30 * This has the nice side-effect that we can simply test for O_DSYNC
31 * wherever we do not care if O_DSYNC or O_SYNC is used.
36 #define O_SYNC (__O_SYNC|O_DSYNC)
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/asm/
fcntl.h 24 #define O_DSYNC 0x0010
35 #define O_SYNC (__O_SYNC|O_DSYNC)
  /development/ndk/platforms/android-L/include/asm-generic/
fcntl.h 50 #ifndef O_DSYNC
51 #define O_DSYNC 00010000
82 #define O_SYNC (__O_SYNC|O_DSYNC)
  /bionic/libc/kernel/uapi/asm-generic/
fcntl.h 50 #ifndef O_DSYNC
51 #define O_DSYNC 00010000
82 #define O_SYNC (__O_SYNC|O_DSYNC)
  /external/kernel-headers/original/uapi/asm-generic/
fcntl.h 40 #ifndef O_DSYNC
41 #define O_DSYNC 00010000 /* used to be O_SYNC, see below */
66 * Before Linux 2.6.33 only O_DSYNC semantics were implemented, but using
68 * for O_DSYNC semantics now, but using the correct symbolic name for it.
71 * new headers get at least O_DSYNC semantics on older kernels.
73 * This has the nice side-effect that we can simply test for O_DSYNC
74 * wherever we do not care if O_DSYNC or O_SYNC is used.
80 #define O_SYNC (__O_SYNC|O_DSYNC)
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/asm-generic/
fcntl.h 50 #ifndef O_DSYNC
51 #define O_DSYNC 00010000
82 #define O_SYNC (__O_SYNC|O_DSYNC)
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/asm-generic/
fcntl.h 50 #ifndef O_DSYNC
51 #define O_DSYNC 00010000
82 #define O_SYNC (__O_SYNC|O_DSYNC)
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/asm-generic/
fcntl.h 50 #ifndef O_DSYNC
51 #define O_DSYNC 00010000
82 #define O_SYNC (__O_SYNC|O_DSYNC)
  /external/strace/xlat/
open_mode_flags.h 28 #if defined(O_DSYNC) || (defined(HAVE_DECL_O_DSYNC) && HAVE_DECL_O_DSYNC)
29 XLAT(O_DSYNC),
  /external/bison/lib/
fcntl.in.h 211 #ifndef O_DSYNC
212 # define O_DSYNC 0
  /external/qemu/android/utils/
mapfile.c 76 #if defined(O_DSYNC)
77 if ((oflag & O_DSYNC) == O_DSYNC ||
82 #endif // O_DSYNC
  /ndk/sources/host-tools/ndk-stack/elff/
mapfile.c 74 #if defined(O_DSYNC)
75 if ((oflag & O_DSYNC) == O_DSYNC ||
80 #endif // O_DSYNC
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/bits/
fcntl.h 60 # define O_DSYNC O_SYNC /* Synchronize data. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
fcntl.h 60 # define O_DSYNC O_SYNC /* Synchronize data. */
  /external/bison/darwin-lib/
fcntl.h 523 #ifndef O_DSYNC
524 # define O_DSYNC 0
  /external/bison/linux-lib/
fcntl.h 523 #ifndef O_DSYNC
524 # define O_DSYNC 0
  /external/qemu/block/
raw-posix.c 81 /* OS X does not have O_DSYNC */
82 #ifndef O_DSYNC
84 #define O_DSYNC O_SYNC
86 #define O_DSYNC O_FSYNC
90 /* Approximate O_DIRECT with O_DSYNC if O_DIRECT isn't available */
92 #define O_DIRECT O_DSYNC
144 /* Use O_DSYNC for write-through caching, no flags for write-back caching,
149 s->open_flags |= O_DSYNC;
    [all...]
  /external/stressapptest/src/
sat.cc 80 #if defined(O_DSYNC)
81 O_DSYNC |
    [all...]
  /hardware/qcom/keymaster/
keymaster_qcom.cpp 206 * O_DSYNC -> uncached memory
212 ion_fd = open("/dev/ion", O_RDONLY | O_DSYNC);
  /external/linux-tools-perf/perf-3.12.0/tools/perf/
builtin-trace.c 273 #ifdef O_DSYNC
    [all...]
  /hardware/qcom/media/mm-video-legacy/vidc/venc/src/
video_encoder_device.cpp     [all...]
video_encoder_device_copper.cpp     [all...]

Completed in 694 milliseconds