Searched defs:pipe (Results 1 – 5 of 5) sorted by relevance
52 Pipe pipe = Pipe.open(); in createNonBlockingChannel() local
70 FileDescriptor[] pipe = Libcore.os.pipe(); in testSkipInPipes() local
90 public FileDescriptor[] pipe() throws ErrnoException; in pipe() method
98 public FileDescriptor[] pipe() throws ErrnoException { return os.pipe(); } in pipe() method in ForwardingOs
92 public native FileDescriptor[] pipe() throws ErrnoException; in pipe() method in Posix