Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/util/
DIRunUtil.java200 public Process runCmdInBackground(String... command) throws IOException; in runCmdInBackground() method
211 public Process runCmdInBackground(List<String> command) throws IOException; in runCmdInBackground() method
221 public Process runCmdInBackground(List<String> command, OutputStream output) in runCmdInBackground() method
DRunUtil.java300 public Process runCmdInBackground(final String... command) throws IOException { in runCmdInBackground() method in RunUtil
310 public Process runCmdInBackground(final List<String> command) throws IOException { in runCmdInBackground() method in RunUtil
319 public Process runCmdInBackground(List<String> command, OutputStream output) in runCmdInBackground() method in RunUtil