Home
last modified time | relevance | path

Searched refs:SimpleAsynchronousFileChannelImpl (Results 1 – 4 of 4) sorted by relevance

/libcore/ojluni/src/main/java/sun/nio/ch/
DSimpleAsynchronousFileChannelImpl.java41 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/
DUnixChannelFactory.java35 import sun.nio.ch.SimpleAsynchronousFileChannelImpl;
176 return SimpleAsynchronousFileChannelImpl.open(fdObj, flags.read, flags.write, pool); in newAsynchronousFileChannel()
/libcore/
Dopenjdk_java_files.bp1690 "ojluni/src/main/java/sun/nio/ch/SimpleAsynchronousFileChannelImpl.java",
DEXPECTED_UPSTREAM1574 …un/nio/ch/SimpleAsynchronousFileChannelImpl.java,jdk17u/jdk-17.0.6-ga,src/java.base/share/classes/…