Home
last modified time | relevance | path

Searched refs:proc (Results 1 – 1 of 1) sorted by relevance

/room/scripts/
Dtasks-comparison.kts156 val proc = ProcessBuilder("\\s".toRegex().split(command)) in runCommand() constant
167 proc.waitFor(timeoutAmount, timeoutUnit) in runCommand()
168 if (proc.exitValue() != 0) { in runCommand()
172 proc.inputStream.bufferedReader() in runCommand()