Searched defs:CREATE_NEW (Results 1 – 3 of 3) sorted by relevance
/libcore/ojluni/src/main/java/java/nio/file/ |
D | StandardOpenOption.java | 76 CREATE_NEW, enumConstant
|
/libcore/luni/src/test/java/libcore/java/nio/file/ |
D | DefaultFileSystemProviderTest.java | 118 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
|
D | Files2Test.java | 1561 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
|