Home
last modified time | relevance | path

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

/external/smali/util/src/main/java/org/jf/util/
DConsoleUtil.java57 String output = attemptCommand(new String[]{"sh", "-c", "stty size < /dev/tty"}); in attemptStty()
70 String output = attemptCommand(new String[]{"mode", "con"}); in attemptMode()
84 private static String attemptCommand(String[] command) { in attemptCommand() method in ConsoleUtil