Home
last modified time | relevance | path

Searched refs:implCloseChannel (Results 1 – 7 of 7) sorted by relevance

/libcore/luni/src/main/java/java/nio/channels/spi/
DAbstractInterruptibleChannel.java80 implCloseChannel(); in close()
134 protected abstract void implCloseChannel() throws IOException; in implCloseChannel() method in AbstractInterruptibleChannel
DAbstractSelectableChannel.java173 synchronized protected final void implCloseChannel() throws IOException { in implCloseChannel() method in AbstractSelectableChannel
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
DSelectableChannelTest.java85 protected void implCloseChannel() throws IOException { in implCloseChannel() method in SelectableChannelTest.MockSelectableChannel
DFileChannelTest.java3117 protected void implCloseChannel() throws IOException { in implCloseChannel() method in FileChannelTest.MockFileChannel
/libcore/luni/src/main/java/java/nio/channels/
DChannels.java317 protected void implCloseChannel() throws IOException { in implCloseChannel() method in Channels.InputStreamChannel
356 protected void implCloseChannel() throws IOException { in implCloseChannel() method in Channels.OutputStreamChannel
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/spi/
DAbstractInterruptibleChannelTest.java121 protected void implCloseChannel() throws IOException { in implCloseChannel() method in AbstractInterruptibleChannelTest.MockInterruptibleChannel
/libcore/luni/src/main/java/java/nio/
DFileChannelImpl.java90 protected void implCloseChannel() throws IOException { in implCloseChannel() method in FileChannelImpl