Home
last modified time | relevance | path

Searched refs:openPipe (Results 1 – 5 of 5) sorted by relevance

/libcore/ojluni/src/main/java/java/nio/channels/
DPipe.java155 return SelectorProvider.provider().openPipe(); in open()
/libcore/luni/src/test/java/org/apache/harmony/nio/tests/java/nio/channels/spi/
DSelectorProviderTest.java40 assertNotNull(SelectorProvider.provider().openPipe()); in test_open_methods()
/libcore/ojluni/src/main/java/sun/nio/ch/
DSelectorProviderImpl.java49 public Pipe openPipe() throws IOException { in openPipe() method in SelectorProviderImpl
/libcore/ojluni/src/main/java/java/nio/channels/spi/
DSelectorProvider.java226 public abstract Pipe openPipe()
/libcore/api/
Dcurrent.txt7074 method public abstract java.nio.channels.Pipe openPipe() throws java.io.IOException;