Searched refs:readFromProcess (Results 1 – 1 of 1) sorted by relevance
324 final Thread readFromProcess; in executeShellCommand() local329 readFromProcess = new Thread(new Repeater(sink_in, sink_out)); in executeShellCommand()330 readFromProcess.start(); in executeShellCommand()332 readFromProcess = null; in executeShellCommand()354 if (readFromProcess != null) { in executeShellCommand()355 readFromProcess.join(); in executeShellCommand()