Home
last modified time | relevance | path

Searched defs:getFD (Results 1 – 14 of 14) sorted by relevance

/libcore/ojluni/src/main/java/sun/nio/ch/
DSelChImpl.java41 FileDescriptor getFD(); in getFD() method
DSinkChannelImpl.java70 public FileDescriptor getFD() { in getFD() method in SinkChannelImpl
DSourceChannelImpl.java71 public FileDescriptor getFD() { in getFD() method in SourceChannelImpl
DServerSocketChannelImpl.java385 public FileDescriptor getFD() { in getFD() method in ServerSocketChannelImpl
DSocketChannelImpl.java1039 public FileDescriptor getFD() { in getFD() method in SocketChannelImpl
DDatagramChannelImpl.java1185 public FileDescriptor getFD() { in getFD() method in DatagramChannelImpl
/libcore/luni/src/main/java/java/nio/
DNioUtils.java59 public static FileDescriptor getFD(FileChannel fc) { in getFD() method in NioUtils
/libcore/ojluni/annotations/mmodule/java/io/
DFileInputStream.annotated.java56 public final java.io.FileDescriptor getFD() throws java.io.IOException { throw new RuntimeException… in getFD() method in FileInputStream
/libcore/ojluni/src/main/java/java/io/
DFileInputStream.java449 public final FileDescriptor getFD() throws IOException { in getFD() method in FileInputStream
DFileOutputStream.java451 public final FileDescriptor getFD() throws IOException { in getFD() method in FileOutputStream
DRandomAccessFile.java322 public final FileDescriptor getFD() throws IOException { in getFD() method in RandomAccessFile
/libcore/ojluni/annotations/hiddenapi/java/io/
DFileInputStream.java85 public final java.io.FileDescriptor getFD() throws java.io.IOException { in getFD() method in FileInputStream
DFileOutputStream.java83 public final java.io.FileDescriptor getFD() throws java.io.IOException { in getFD() method in FileOutputStream
DRandomAccessFile.java48 public final java.io.FileDescriptor getFD() throws java.io.IOException { in getFD() method in RandomAccessFile