Home
last modified time | relevance | path

Searched defs:WRITE (Results 1 – 8 of 8) sorted by relevance

/libcore/ojluni/src/main/java/java/nio/file/
DAccessMode.java42 WRITE, enumConstant
DStandardOpenOption.java43 WRITE, enumConstant
/libcore/luni/src/main/java/libcore/io/
DIoTracker.java61 WRITE enumConstant
/libcore/ojluni/src/main/java/java/lang/
DProcessBuilder.java484 WRITE, enumConstant
/libcore/luni/src/test/java/libcore/java/nio/file/
DDefaultFileSystemProviderTest.java100 try (InputStream is = provider.newInputStream(filesSetup.getDataFilePath(), WRITE)) { in test_newInputStream_openOption() argument
208 try (OutputStream os = provider.newOutputStream(filesSetup.getDataFilePath(), WRITE)) { in test_newOutputStream_openOption_WRITE() argument
219 try (OutputStream os = provider.newOutputStream(filesSetup.getTestPath(), WRITE)) { in test_newOutputStream_openOption_WRITE() argument
DFiles2Test.java1198 try (SeekableByteChannel sbc = Files.newByteChannel(filesSetup.getTestPath(), WRITE)) { in test_newByteChannel_openOption_WRITE() argument
1205 try (SeekableByteChannel sbc = Files.newByteChannel(filesSetup.getDataFilePath(), WRITE)) { in test_newByteChannel_openOption_WRITE() argument
1212 try (SeekableByteChannel sbc = Files.newByteChannel(filesSetup.getDataFilePath(), WRITE)) { in test_newByteChannel_openOption_WRITE() argument
1227 try (SeekableByteChannel sbc = Files.newByteChannel(filesSetup.getDataFilePath(), WRITE, in test_newByteChannel_openOption_WRITE_READ() argument
/libcore/ojluni/src/main/java/sun/nio/ch/
DUnixAsynchronousSocketChannelImpl.java49 private static enum OpType { CONNECT, READ, WRITE }; enumConstant
/libcore/luni/src/test/java/libcore/java/nio/channels/
DFileIOInterruptTest.java579 WRITE, enumConstant