Searched refs:shell_command (Results 1 – 7 of 7) sorted by relevance
313 shell_command=command)409 shell_command=None, argument475 if shell_command is not None:476 if isinstance(shell_command, types.ListType):477 command_msg.shell_command.extend(shell_command)479 command_msg.shell_command.append(shell_command)
185 const ::google::protobuf::RepeatedPtrField<::std::string> shell_command) { in ExecuteShellCommand()188 for (const auto& cmd : shell_command) { in ExecuteShellCommand()
71 const ::google::protobuf::RepeatedPtrField<::std::string> shell_command);
461 command_message.shell_command());
101 repeated bytes shell_command = 2001; field
132 repeated bytes shell_command = 5001; field
168 for (const auto& command : cmd_msg.shell_command()) { in HandleShellCommandConnection()