Searched refs:proc (Results 1 – 1 of 1) sorted by relevance
156 val proc = ProcessBuilder("\\s".toRegex().split(command)) in runCommand() constant167 proc.waitFor(timeoutAmount, timeoutUnit) in runCommand()168 if (proc.exitValue() != 0) { in runCommand()172 proc.inputStream.bufferedReader() in runCommand()