Searched refs:fullCommand (Results 1 – 2 of 2) sorted by relevance
98 String fullCommand = String.format(command, args); in executeCommand() local99 return getDevice().executeShellCommand(fullCommand); in executeCommand()
236 int RunCommand(const std::string& title, const std::vector<std::string>& fullCommand,