Home
last modified time | relevance | path

Searched refs:disable_shell_protocol (Results 1 – 5 of 5) sorted by relevance

/system/core/adb/
Dbugreport.h38 const std::string& command, bool disable_shell_protocol,
Dcommandline.h95 const std::string& command, bool disable_shell_protocol,
Dbugreport.cpp277 int Bugreport::SendShellCommand(const std::string& command, bool disable_shell_protocol, in SendShellCommand() argument
279 return send_shell_command(command, disable_shell_protocol, callback); in SendShellCommand()
Dbugreport_test.cpp54 int send_shell_command(const std::string& command, bool disable_shell_protocol, in send_shell_command() argument
121 MOCK_METHOD3(SendShellCommand, int(const std::string& command, bool disable_shell_protocol,
Dcommandline.cpp1076 int send_shell_command(const std::string& command, bool disable_shell_protocol, in send_shell_command() argument
1086 if (!disable_shell_protocol) { in send_shell_command()