Home
last modified time | relevance | path

Searched defs:CREATE_NEW (Results 1 – 3 of 3) sorted by relevance

/libcore/ojluni/src/main/java/java/nio/file/
DStandardOpenOption.java76 CREATE_NEW, enumConstant
/libcore/luni/src/test/java/libcore/java/nio/file/
DDefaultFileSystemProviderTest.java118 CREATE_NEW, TRUNCATE_EXISTING, SPARSE, SYNC, DSYNC)) { in test_newInputStream_openOption() argument
252 try (OutputStream os = provider.newOutputStream(filesSetup.getDataFilePath(), CREATE_NEW)) { in test_newOutputStream_openOption_CREATE_NEW() argument
258 try (OutputStream os = provider.newOutputStream(filesSetup.getTestPath(), CREATE_NEW)) { in test_newOutputStream_openOption_CREATE_NEW() argument
DFiles2Test.java1561 Files.write(filesSetup.getTestPath(), TEST_FILE_DATA_2.getBytes(), CREATE_NEW); in test_write$Path$byte$OpenOption_OpenOption() local
1588 Files.write(filesSetup.getTestPath(), (byte[]) null, CREATE_NEW); in test_write$Path$byte$OpenOption_NPE() local