Home
last modified time | relevance | path

Searched refs:preClose (Results 1 – 9 of 9) sorted by relevance

/libcore/ojluni/src/main/java/sun/nio/ch/
DNativeDispatcher.java76 void preClose(FileDescriptor fd) throws IOException { in preClose() method in NativeDispatcher
DSocketDispatcher.java68 void preClose(FileDescriptor fd) throws IOException { in preClose() method in SocketDispatcher
DDatagramDispatcher.java73 void preClose(FileDescriptor fd) throws IOException { in preClose() method in DatagramDispatcher
DSinkChannelImpl.java88 nd.preClose(fd); in implCloseSelectableChannel()
DFileDispatcherImpl.java128 void preClose(FileDescriptor fd) throws IOException { in preClose() method in FileDispatcherImpl
DSourceChannelImpl.java89 nd.preClose(fd); in implCloseSelectableChannel()
DServerSocketChannelImpl.java289 nd.preClose(fd); in implCloseSelectableChannel()
DSocketChannelImpl.java885 nd.preClose(fd); in implCloseSelectableChannel()
DDatagramChannelImpl.java1054 nd.preClose(fd); in implCloseSelectableChannel()