Searched refs:DSYNC (Results 1 – 3 of 3) sorted by relevance
124 DSYNC; enumConstant
82 case DSYNC : flags.dsync = true; break; in toFlags()
60 import static java.nio.file.StandardOpenOption.DSYNC;118 CREATE_NEW, TRUNCATE_EXISTING, SPARSE, SYNC, DSYNC)) { in test_newInputStream_openOption() argument