Searched refs:cmdFormat (Results 1 – 3 of 3) sorted by relevance
145 protected String runShellCmd(String cmdFormat, Object... args) { in runShellCmd() argument146 final String cmd = String.format(cmdFormat, args); in runShellCmd()
463 private String executeShellCmd(String cmdFormat, Object... args) throws Exception { in executeShellCmd() argument464 String cmd = String.format(cmdFormat, args); in executeShellCmd()
385 private String executeShellCmd(String cmdFormat, Object... args) throws Exception { in executeShellCmd() argument386 String cmd = String.format(cmdFormat, args); in executeShellCmd()