Searched refs:runTimedCmdWithInput (Results 1 – 2 of 2) sorted by relevance
/tools/tradefederation/core/common_util/com/android/tradefed/util/ |
D | RunUtil.java | 244 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
|
D | IRunUtil.java | 170 CommandResult runTimedCmdWithInput(long timeout, String input, String... command); in runTimedCmdWithInput() method 181 CommandResult runTimedCmdWithInput(long timeout, String input, List<String> command); in runTimedCmdWithInput() method
|