Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/util/
DIRunUtil.java102 public CommandResult runTimedCmd(final long timeout, final String... command); in runTimedCmd() method
115 public CommandResult runTimedCmd( in runTimedCmd() method
DRunUtil.java143 public CommandResult runTimedCmd(final long timeout, final String... command) { in runTimedCmd() method in RunUtil
151 public CommandResult runTimedCmd(final long timeout, OutputStream stdout, in runTimedCmd() method in RunUtil