Home
last modified time | relevance | path

Searched defs:newfd (Results 1 – 4 of 4) sorted by relevance

/libcore/ojluni/src/main/native/
DServerSocketChannelImpl.c80 jint newfd; in ServerSocketChannelImpl_accept0() local
DInheritedChannel.c110 int newfd = dup(fd); in Java_sun_nio_ch_InheritedChannel_dup() local
DPlainSocketImpl.c632 jint newfd; in PlainSocketImpl_socketAccept() local
/libcore/ojluni/src/main/java/sun/nio/ch/
DServerSocketChannelImpl.java232 FileDescriptor newfd = new FileDescriptor(); in accept() local
390 private native int accept0(FileDescriptor ssfd, FileDescriptor newfd, in accept0()