Home
last modified time | relevance | path

Searched refs:send_shell_command (Results 1 – 4 of 4) sorted by relevance

/system/core/adb/
Dcommandline.h95 int send_shell_command(TransportType transport_type, const char* serial, const std::string& command,
Dbugreport.cpp280 return send_shell_command(transport_type, serial, command, disable_shell_protocol, callback); in SendShellCommand()
Dcommandline.cpp1096 int send_shell_command(TransportType transport_type, const char* serial, const std::string& command, in send_shell_command() function
1159 return send_shell_command(transport, serial, cmd, true); in logcat()
1998 return send_shell_command(transport, serial, cmd, false); in uninstall_app()
2193 return send_shell_command(transport, serial, cmd, false); in pm_command()
2217 return send_shell_command(transport, serial, cmd, false); in delete_file()
Dbugreport_test.cpp54 int send_shell_command(TransportType transport_type, const char* serial, const std::string& command, in send_shell_command() function