Searched defs:O_DSYNC (Results 1 – 3 of 3) sorted by relevance
38 #define O_DSYNC O_FSYNC macro42 #define O_DSYNC (0x2000) macro
55 static final int O_DSYNC = OsConstants.O_DSYNC; field in UnixConstants
511 public static final int O_DSYNC = placeholder(); field in OsConstants