Home
last modified time | relevance | path

Searched refs:DSYNC (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/main/java/java/nio/file/
DStandardOpenOption.java124 DSYNC; enumConstant
/libcore/luni/src/test/java/libcore/java/nio/file/
DDefaultFileSystemProviderTest.java60 import static java.nio.file.StandardOpenOption.DSYNC;
118 CREATE_NEW, TRUNCATE_EXISTING, SPARSE, SYNC, DSYNC)) { in test_newInputStream_openOption() argument