Searched refs:SimpleAsynchronousFileChannelImpl (Results 1 – 4 of 4) sorted by relevance
/libcore/ojluni/src/main/java/sun/nio/ch/ |
D | SimpleAsynchronousFileChannelImpl.java | 41 public class SimpleAsynchronousFileChannelImpl class 57 SimpleAsynchronousFileChannelImpl(FileDescriptor fdObj, in SimpleAsynchronousFileChannelImpl() method in SimpleAsynchronousFileChannelImpl 73 return new SimpleAsynchronousFileChannelImpl(fdo, reading, writing, executor); in open()
|
/libcore/ojluni/src/main/java/sun/nio/fs/ |
D | UnixChannelFactory.java | 35 import sun.nio.ch.SimpleAsynchronousFileChannelImpl; 176 return SimpleAsynchronousFileChannelImpl.open(fdObj, flags.read, flags.write, pool); in newAsynchronousFileChannel()
|
/libcore/ |
D | openjdk_java_files.bp | 1690 "ojluni/src/main/java/sun/nio/ch/SimpleAsynchronousFileChannelImpl.java",
|
D | EXPECTED_UPSTREAM | 1574 …un/nio/ch/SimpleAsynchronousFileChannelImpl.java,jdk17u/jdk-17.0.6-ga,src/java.base/share/classes/…
|