Searched defs:runTimedCmd (Results 1 – 3 of 3) sorted by relevance
107 public CommandResult runTimedCmd(final long timeout, final String... command); in runTimedCmd() method120 public CommandResult runTimedCmd( in runTimedCmd() method
145 public CommandResult runTimedCmd(final long timeout, final String... command) { in runTimedCmd() method in RunUtil153 public CommandResult runTimedCmd(final long timeout, OutputStream stdout, in runTimedCmd() method in RunUtil
350 public CommandResult runTimedCmd(long timeout, String... cmd) { in runTimedCmd() method in ClangCodeCoverageListenerTest.CommandArgumentCaptor