Searched refs:send_shell_command (Results 1 – 4 of 4) sorted by relevance
/system/core/adb/ |
D | commandline.h | 95 int send_shell_command(TransportType transport_type, const char* serial, const std::string& command,
|
D | bugreport.cpp | 280 return send_shell_command(transport_type, serial, command, disable_shell_protocol, callback); in SendShellCommand()
|
D | commandline.cpp | 1096 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()
|
D | bugreport_test.cpp | 54 int send_shell_command(TransportType transport_type, const char* serial, const std::string& command, in send_shell_command() function
|