Home
last modified time | relevance | path

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

/aosp12/packages/modules/adb/client/
H A Dfastdeploycallbacks.cpp52 return send_shell_command(command, /*disable_shell_protocol=*/false, &cb); in capture_shell_command()
H A Dcommandline.h108 int send_shell_command(
H A Dadb_install.cpp90 return send_shell_command(cmd); in pm_command()
112 return send_shell_command(cmd); in uninstall_app_streamed()
1004 return send_shell_command("rm " + escape_arg(filename) + " </dev/null"); in delete_device_file()
H A Dbugreport.cpp292 return send_shell_command(command, disable_shell_protocol, callback); in SendShellCommand()
H A Dfastdeploy.cpp132 int ret = send_shell_command(chmod_command); in deploy_agent()
H A Dcommandline.cpp1159 int send_shell_command(const std::string& command, bool disable_shell_protocol, in send_shell_command() function
1214 return send_shell_command(cmd); in logcat()
H A Dfile_sync_client.cpp1389 send_shell_command(cmd, false, &cb); in copy_local_dir_remote()
1397 send_shell_command(cmd, false, &cb); in copy_local_dir_remote()
/aosp12/packages/modules/adb/
H A Dbugreport_test.cpp54 int send_shell_command(const std::string& command, bool disable_shell_protocol, in send_shell_command() function