Searched refs:writeToProcess (Results 1 – 1 of 1) sorted by relevance
336 final Thread writeToProcess; in executeShellCommand() local341 writeToProcess = new Thread(new Repeater(source_in, source_out)); in executeShellCommand()342 writeToProcess.start(); in executeShellCommand()344 writeToProcess = null; in executeShellCommand()351 if (writeToProcess != null) { in executeShellCommand()352 writeToProcess.join(); in executeShellCommand()