Home
last modified time | relevance | path

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

/tools/tradefederation/core/common_util/com/android/tradefed/util/
DIRunUtil.java310 public Process runCmdInBackground(String... command) throws IOException; in runCmdInBackground() method
322 public Process runCmdInBackground(Redirect redirect, final String... command) in runCmdInBackground() method
334 public Process runCmdInBackground(List<String> command) throws IOException; in runCmdInBackground() method
346 public Process runCmdInBackground(Redirect redirect, List<String> command) throws IOException; in runCmdInBackground() method
356 public Process runCmdInBackground(List<String> command, OutputStream output) in runCmdInBackground() method
DRunUtil.java488 public Process runCmdInBackground(final String... command) throws IOException { in runCmdInBackground() method in RunUtil
494 public Process runCmdInBackground(Redirect redirect, final String... command) in runCmdInBackground() method in RunUtil
505 public Process runCmdInBackground(final List<String> command) throws IOException { in runCmdInBackground() method in RunUtil
511 public Process runCmdInBackground(Redirect redirect, final List<String> command) in runCmdInBackground() method in RunUtil
521 public Process runCmdInBackground(List<String> command, OutputStream output) in runCmdInBackground() method in RunUtil