Searched refs:redirectErrorStream (Results 1 – 8 of 8) sorted by relevance
183 private boolean redirectErrorStream; field in ProcessBuilder907 public boolean redirectErrorStream() {908 return redirectErrorStream;925 public ProcessBuilder redirectErrorStream(boolean redirectErrorStream) {926 this.redirectErrorStream = redirectErrorStream;1033 redirectErrorStream);
65 boolean redirectErrorStream) in start() argument143 redirectErrorStream); in start()
86 boolean redirectErrorStream) in forkAndExec() argument130 final boolean redirectErrorStream)138 redirectErrorStream);
132 assertFalse(pb.redirectErrorStream()); in testRedirectErrorStream()137 ProcessBuilder pbReturn = pb.redirectErrorStream(true); in testRedirectErrorStreamBoolean()139 assertTrue(pb.redirectErrorStream()); in testRedirectErrorStreamBoolean()
41 boolean redirectErrorStream) in UNIXProcess() argument56 boolean redirectErrorStream) in forkAndExec() argument
780 jboolean redirectErrorStream; member821 if (p->redirectErrorStream) { in childProcess()929 jboolean redirectErrorStream) in UNIXProcess_forkAndExec() argument992 c->redirectErrorStream = redirectErrorStream; in UNIXProcess_forkAndExec()
71 pb.redirectErrorStream(doRedirect); in assertRedirectErrorStream()86 .redirectErrorStream(true) in testRedirectErrorStream_outputAndErrorAreMerged()230 .redirectErrorStream(true) in testRedirectErrorStream_nullStream()
3781 method public boolean redirectErrorStream();3782 method public ProcessBuilder redirectErrorStream(boolean);