Home
last modified time | relevance | path

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

/tools/tradefederation/core/common_util/com/android/tradefed/util/
DIRunUtil.java107 public CommandResult runTimedCmd(final long timeout, final String... command); in runTimedCmd() method
120 public CommandResult runTimedCmd( in runTimedCmd() method
DRunUtil.java145 public CommandResult runTimedCmd(final long timeout, final String... command) { in runTimedCmd() method in RunUtil
153 public CommandResult runTimedCmd(final long timeout, OutputStream stdout, in runTimedCmd() method in RunUtil
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/
DClangCodeCoverageListenerTest.java350 public CommandResult runTimedCmd(long timeout, String... cmd) { in runTimedCmd() method in ClangCodeCoverageListenerTest.CommandArgumentCaptor