HomeSort by relevance Sort by last modified time
    Searched refs:O_DSYNC (Results 1 - 11 of 11) 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)
  /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)
  /external/bison/lib/
fcntl.in.h 211 #ifndef O_DSYNC
212 # define O_DSYNC 0
  /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/linux-tools-perf/perf-3.12.0/tools/perf/
builtin-trace.c 273 #ifdef O_DSYNC
    [all...]

Completed in 476 milliseconds