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.java205 public Process runCmdInBackground(String... command) throws IOException; in runCmdInBackground() method
217 public Process runCmdInBackground(Redirect redirect, final String... command) in runCmdInBackground() method
229 public Process runCmdInBackground(List<String> command) throws IOException; in runCmdInBackground() method
241 public Process runCmdInBackground(Redirect redirect, List<String> command) throws IOException; in runCmdInBackground() method
251 public Process runCmdInBackground(List<String> command, OutputStream output) in runCmdInBackground() method
DRunUtil.java315 public Process runCmdInBackground(final String... command) throws IOException { in runCmdInBackground() method in RunUtil
321 public Process runCmdInBackground(Redirect redirect, final String... command) in runCmdInBackground() method in RunUtil
332 public Process runCmdInBackground(final List<String> command) throws IOException { in runCmdInBackground() method in RunUtil
338 public Process runCmdInBackground(Redirect redirect, final List<String> command) in runCmdInBackground() method in RunUtil
348 public Process runCmdInBackground(List<String> command, OutputStream output) in runCmdInBackground() method in RunUtil