Searched defs:pipe2 (Results 1 - 4 of 4) sorted by relevance

/libcore/luni/src/main/java/android/system/
H A DOs.java363 public static FileDescriptor[] pipe() throws ErrnoException { return Libcore.os.pipe2(0); }
365 /** @hide */ public static FileDescriptor[] pipe2(int flags) throws ErrnoException { return Libcore.os.pipe2(flags); } method in class:Os
/libcore/luni/src/main/java/libcore/io/
H A DForwardingOs.java138 public FileDescriptor[] pipe2(int flags) throws ErrnoException { return os.pipe2(flags); } method in class:ForwardingOs
H A DLinux.java129 public native FileDescriptor[] pipe2(int flags) throws ErrnoException; method in class:Linux
H A DOs.java124 public FileDescriptor[] pipe2(int flags) throws ErrnoException; method in interface:Os

Completed in 35 milliseconds