Searched refs:getDumpProcessCommand (Results 1 – 2 of 2) sorted by relevance
126 public String getDumpProcessCommand() { in getDumpProcessCommand() method in TestOptions
409 …t<String> cmd = new ArrayList<>(Arrays.asList(splitCommandLine(settings.getDumpProcessCommand()))); in GetRemoteStackTrace()