Searched refs:send_shell_command (Results  1 – 8 of 8) sorted by relevance
| /packages/modules/adb/client/ | 
| D | fastdeploycallbacks.cpp | 52     return send_shell_command(command, /*disable_shell_protocol=*/false, &cb);  in capture_shell_command()
 | 
| D | commandline.h | 128 int send_shell_command(
 | 
| D | adb_install.cpp | 85     return send_shell_command(cmd);  in pm_command()107     return send_shell_command(cmd);  in uninstall_app_streamed()
 1000     return send_shell_command("rm " + escape_arg(filename) + " </dev/null");  in delete_device_file()
 
 | 
| D | bugreport.cpp | 293     return send_shell_command(command, disable_shell_protocol, callback);  in SendShellCommand()
 | 
| D | fastdeploy.cpp | 132     int ret = send_shell_command(chmod_command);  in deploy_agent()
 | 
| D | commandline.cpp | 1105 int send_shell_command(const std::string& command, bool disable_shell_protocol,  in send_shell_command()  function1160     return send_shell_command(cmd);  in logcat()
 
 | 
| D | file_sync_client.cpp | 1392                 send_shell_command(cmd, false, &cb);  in copy_local_dir_remote()1400             send_shell_command(cmd, false, &cb);  in copy_local_dir_remote()
 
 | 
| /packages/modules/adb/ | 
| D | bugreport_test.cpp | 54 int send_shell_command(const std::string& command, bool disable_shell_protocol,  in send_shell_command()  function
 |