Home
last modified time | relevance | path

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

/system/core/adb/client/
Dfastdeploy.cpp108 int ret = send_shell_command(chmodCommand); in deploy_agent()
233 int returnCode = send_shell_command(extractCommand, false, &cb); in extract_metadata()
294 int returnCode = send_shell_command(applyPatchCommand); in apply_patch_on_device()
332 int returnCode = send_shell_command(applyPatchCommand); in install_patch()
341 return !send_shell_command(findCommand); in find_package()
Dcommandline.h104 int send_shell_command(
Dfastdeploycallbacks.cpp52 return send_shell_command(command, false, &cb); in capture_shell_command()
Dadb_install.cpp68 return send_shell_command(cmd); in pm_command()
90 return send_shell_command(cmd); in uninstall_app_streamed()
743 return send_shell_command(cmd); in delete_device_file()
Dbugreport.cpp280 return send_shell_command(command, disable_shell_protocol, callback); in SendShellCommand()
Dfile_sync_client.cpp900 send_shell_command(cmd, false, &cb); in copy_local_dir_remote()
908 send_shell_command(cmd, false, &cb); in copy_local_dir_remote()
Dcommandline.cpp1151 int send_shell_command(const std::string& command, bool disable_shell_protocol, in send_shell_command() function
1207 return send_shell_command(cmd); in logcat()
/system/core/adb/
Dbugreport_test.cpp54 int send_shell_command(const std::string& command, bool disable_shell_protocol, in send_shell_command() function