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.java110 public void setRedirectStderrToStdout(boolean redirect); in setRedirectStderrToStdout()
297 public Process runCmdInBackground(Redirect redirect, final String... command) in runCmdInBackground()
321 public Process runCmdInBackground(Redirect redirect, List<String> command) throws IOException; in runCmdInBackground()
DRunUtil.java163 public void setRedirectStderrToStdout(boolean redirect) { in setRedirectStderrToStdout()
262 private synchronized ProcessBuilder createProcessBuilder(Redirect redirect, String... command) { in createProcessBuilder()
271 Redirect redirect, List<String> commandList, boolean enableCache) { in createProcessBuilder()
430 public Process runCmdInBackground(Redirect redirect, final String... command) in runCmdInBackground()
447 public Process runCmdInBackground(Redirect redirect, final List<String> command) in runCmdInBackground()