Searched refs:shell_command (Results 1 – 7 of 7) sorted by relevance
447 shell_command=command)646 shell_command=None, argument721 if shell_command is not None:722 if isinstance(shell_command, (list, tuple)):723 command_msg.shell_command.extend(shell_command)725 command_msg.shell_command.append(shell_command)
149 const ::google::protobuf::RepeatedPtrField<string> shell_command) { in ExecuteShellCommand()152 for (const auto& cmd : shell_command) { in ExecuteShellCommand()
77 const ::google::protobuf::RepeatedPtrField<::std::string> shell_command);
399 client->ExecuteShellCommand(command_message.shell_command());
176 for (const auto& command : cmd_msg.shell_command()) { in HandleShellCommandConnection()
116 repeated bytes shell_command = 2001; field
150 repeated bytes shell_command = 5001; field