Home
last modified time | relevance | path

Searched defs:runTimedCmd (Results 1 – 3 of 3) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/util/
DIRunUtil.java87 public CommandResult runTimedCmd(final long timeout, final String... command); in runTimedCmd() method
100 public CommandResult runTimedCmd( in runTimedCmd() method
DRunUtil.java130 public CommandResult runTimedCmd(final long timeout, final String... command) { in runTimedCmd() method in RunUtil
138 public CommandResult runTimedCmd(final long timeout, OutputStream stdout, in runTimedCmd() method in RunUtil
148 private CommandResult runTimedCmd(final long timeout, OutputStream stdout, in runTimedCmd() method in RunUtil
/tools/tradefederation/core/src/com/android/tradefed/testtype/
DJacocoCodeCoverageTest.java150 CommandResult runTimedCmd(long timeout, String[] command) { in runTimedCmd() method in JacocoCodeCoverageTest