Searched refs:writeToProcess (Results 1 – 1 of 1) sorted by relevance
388 final Thread writeToProcess; in executeShellCommand() local393 writeToProcess = new Thread(new Repeater(source_in, source_out)); in executeShellCommand()394 writeToProcess.start(); in executeShellCommand()396 writeToProcess = null; in executeShellCommand()403 if (writeToProcess != null) { in executeShellCommand()404 writeToProcess.join(); in executeShellCommand()