Home
last modified time | relevance | path

Searched defs:redirect (Results 1 – 2 of 2) sorted by relevance

/tools/tradefederation/core/common_util/com/android/tradefed/util/
DIRunUtil.java111 public void setRedirectStderrToStdout(boolean redirect); in setRedirectStderrToStdout()
322 public Process runCmdInBackground(Redirect redirect, final String... command) in runCmdInBackground()
346 public Process runCmdInBackground(Redirect redirect, List<String> command) throws IOException; in runCmdInBackground()
DRunUtil.java159 public void setRedirectStderrToStdout(boolean redirect) { in setRedirectStderrToStdout()
350 private synchronized ProcessBuilder createProcessBuilder(Redirect redirect, String... command) { in createProcessBuilder()
359 Redirect redirect, List<String> commandList) { in createProcessBuilder()
494 public Process runCmdInBackground(Redirect redirect, final String... command) in runCmdInBackground()
511 public Process runCmdInBackground(Redirect redirect, final List<String> command) in runCmdInBackground()