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

  /external/qemu/android/utils/
mapfile.c 74 #if defined(O_DSYNC)
75 if ((oflag & O_DSYNC) == O_DSYNC ||
80 #endif // O_DSYNC
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
fcntl.h 60 # define O_DSYNC O_SYNC /* Synchronize data. */
  /external/qemu/block/
raw-posix.c 82 /* OS X does not have O_DSYNC */
83 #ifndef O_DSYNC
84 #define O_DSYNC O_SYNC
87 /* Approximate O_DIRECT with O_DSYNC if O_DIRECT isn't available */
89 #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/strace/
file.c 254 #ifdef O_DSYNC
255 { O_DSYNC, "O_DSYNC" },
369 { 0x40, "O_DSYNC" },
    [all...]

Completed in 326 milliseconds