Searched refs:readFromProcess (Results 1 – 1 of 1) sorted by relevance
483 final Thread readFromProcess; in executeShellCommandWithStderr() local488 readFromProcess = new Thread(new Repeater(sink_in, sink_out)); in executeShellCommandWithStderr()489 readFromProcess.start(); in executeShellCommandWithStderr()491 readFromProcess = null; in executeShellCommandWithStderr()525 if (readFromProcess != null) { in executeShellCommandWithStderr()526 readFromProcess.join(); in executeShellCommandWithStderr()