Searched defs:getFD (Results 1 - 13 of 13) sorted by relevance

/libcore/luni/src/main/java/java/nio/
H A DNioUtils.java55 public static FileDescriptor getFD(FileChannel fc) { method in class:NioUtils
/libcore/ojluni/src/main/java/sun/nio/ch/
H A DSelChImpl.java41 FileDescriptor getFD(); method in interface:SelChImpl
H A DSinkChannelImpl.java70 public FileDescriptor getFD() { method in class:SinkChannelImpl
H A DSourceChannelImpl.java71 public FileDescriptor getFD() { method in class:SourceChannelImpl
H A DServerSocketChannelImpl.java355 public FileDescriptor getFD() { method in class:ServerSocketChannelImpl
H A DSocketChannelImpl.java981 public FileDescriptor getFD() { method in class:SocketChannelImpl
H A DDatagramChannelImpl.java884 public FileDescriptor getFD() { method in class:DatagramChannelImpl
/libcore/ojluni/src/main/java/java/io/
H A DFileInputStream.java374 public final FileDescriptor getFD() throws IOException { method in class:FileInputStream
H A DFileOutputStream.java371 public final FileDescriptor getFD() throws IOException { method in class:FileOutputStream
H A DRandomAccessFile.java266 public final FileDescriptor getFD() throws IOException { method in class:RandomAccessFile
/libcore/ojluni/src/main/java/java/net/
H A DSocketImpl.java232 public FileDescriptor getFD$() {
/libcore/ojluni/src/main/native/
H A DPlainSocketImpl.c95 static int getFD(JNIEnv *env, jobject this) { function
865 fd = getFD(env, this);
961 fd = getFD(env, this);
H A DPlainDatagramSocketImpl.c131 static int getFD(JNIEnv *env, jobject this) { function
1333 fd = getFD(env, this);
1494 fd = getFD(env, this);

Completed in 308 milliseconds