Home
last modified time | relevance | path

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

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