Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/nio/channels/spi/
DAbstractInterruptibleChannel.java116 implCloseChannel(); in close()
136 protected abstract void implCloseChannel() throws IOException; in implCloseChannel() method in AbstractInterruptibleChannel
166 AbstractInterruptibleChannel.this.implCloseChannel(); in begin()
DAbstractSelectableChannel.java233 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.java3215 protected void implCloseChannel() throws IOException { in implCloseChannel() method in FileChannelTest.MockFileChannel
/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/ojluni/src/main/java/java/nio/channels/
DChannels.java403 protected void implCloseChannel() throws IOException {
463 protected void implCloseChannel() throws IOException {
/libcore/ojluni/src/main/java/sun/nio/ch/
DFileChannelImpl.java139 protected void implCloseChannel() throws IOException { in implCloseChannel() method in FileChannelImpl