Searched refs:runShellCommandByteOutput (Results 1 – 3 of 3) sorted by relevance
37 .invoke(null, SystemUtil.runShellCommandByteOutput(automation, command))); in getProto()
88 return new String(runShellCommandByteOutput(automation, cmd)); in runShellCommand()101 public static byte[] runShellCommandByteOutput(UiAutomation automation, String cmd) in runShellCommandByteOutput() method in SystemUtil
348 final var output = SystemUtil.runShellCommandByteOutput( in getReportList()