Searched refs:ProcessPipeInputStream (Results 1 – 2 of 2) sorted by relevance
164 new ProcessPipeInputStream(fds[1]);168 new ProcessPipeInputStream(fds[2]);184 if (stdout instanceof ProcessPipeInputStream)185 ((ProcessPipeInputStream) stdout).processExited();187 if (stderr instanceof ProcessPipeInputStream)188 ((ProcessPipeInputStream) stderr).processExited();268 static class ProcessPipeInputStream extends BufferedInputStream {269 ProcessPipeInputStream(int fd) {
126 static class ProcessPipeInputStream extends java.io.BufferedInputStream { class in UNIXProcess128 ProcessPipeInputStream(int fd) { in ProcessPipeInputStream() method in UNIXProcess.ProcessPipeInputStream