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

/libcore/luni/src/main/java/java/nio/
H A DSocketChannelImpl.java111 public SocketChannelImpl(SelectorProvider selectorProvider, FileDescriptor existingFd) throws IOException { argument
114 fd = existingFd;

Completed in 109 milliseconds