Home
last modified time | relevance | path

Searched refs:SimpleAsynchronousFileChannelImpl (Results 1 – 3 of 3) 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;
173 return SimpleAsynchronousFileChannelImpl.open(fdObj, flags.read, flags.write, pool); in newAsynchronousFileChannel()
/libcore/
Dopenjdk_java_files.mk1494 ojluni/src/main/java/sun/nio/ch/SimpleAsynchronousFileChannelImpl.java \