Home
last modified time | relevance | path

Searched refs:runTimedCmdWithInput (Results 1 – 2 of 2) sorted by relevance

/tools/tradefederation/core/common_util/com/android/tradefed/util/
DRunUtil.java244 public CommandResult runTimedCmdWithInput(final long timeout, String input, in runTimedCmdWithInput() method in RunUtil
246 return runTimedCmdWithInput(timeout, input, ArrayUtil.list(command)); in runTimedCmdWithInput()
253 public CommandResult runTimedCmdWithInput(final long timeout, String input, in runTimedCmdWithInput() method in RunUtil
DIRunUtil.java170 CommandResult runTimedCmdWithInput(long timeout, String input, String... command); in runTimedCmdWithInput() method
181 CommandResult runTimedCmdWithInput(long timeout, String input, List<String> command); in runTimedCmdWithInput() method