Searched refs:commandOutput (Results 1 – 6 of 6) sorted by relevance
206 ByteArrayOutputStream commandOutput = new ByteArrayOutputStream(); in executeCommand() local210 IoUtils.copy(process.getInputStream(), commandOutput, processOutputLimit); in executeCommand() local222 return new String(commandOutput.toByteArray(), StandardCharsets.UTF_8); in executeCommand()
126 if version in commandOutput(cfg, [f"{executable} --version"]):
248 def commandOutput(config, command): function
2083 String commandOutput = device.executeShellCommand(command); in queryDeviceFeatures() local2087 for (String feature : commandOutput.split("\\s+")) { in queryDeviceFeatures()