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

1 23

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
fcntl.h 31 /* open/fcntl - O_SYNC is only implemented on blocks devices and on files
44 #define O_SYNC 010000
45 #define O_FSYNC O_SYNC
57 We define the symbols here but let them do the same as O_SYNC since
60 # define O_DSYNC O_SYNC /* Synchronize data. */
61 # define O_RSYNC O_SYNC /* Synchronize read operations. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
fcntl.h 31 /* open/fcntl - O_SYNC is only implemented on blocks devices and on files
44 #define O_SYNC 010000
45 #define O_FSYNC O_SYNC
57 We define the symbols here but let them do the same as O_SYNC since
60 # define O_DSYNC O_SYNC /* Synchronize data. */
61 # define O_RSYNC O_SYNC /* Synchronize read operations. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
fcntl.h 31 /* open/fcntl - O_SYNC is only implemented on blocks devices and on files
44 #define O_SYNC 010000
45 #define O_FSYNC O_SYNC
57 We define the symbols here but let them do the same as O_SYNC since
60 # define O_DSYNC O_SYNC /* Synchronize data. */
61 # define O_RSYNC O_SYNC /* Synchronize read operations. */
  /external/okhttp/src/main/java/libcore/io/
OsConstants.java 230 public static final int O_SYNC = placeholder();
  /libcore/luni/src/main/java/libcore/io/
OsConstants.java 231 public static final int O_SYNC = placeholder();

Completed in 94 milliseconds

1 23