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
89 public FileDescriptor[] pipe() throws ErrnoException { return os.pipe(); } in pipe() method in ForwardingOs
81 public FileDescriptor[] pipe() throws ErrnoException; in pipe() method
83 public native FileDescriptor[] pipe() throws ErrnoException; in pipe() method in Posix