Searched refs:send_shell_command (Results 1 – 8 of 8) sorted by relevance
/system/core/adb/client/ |
D | fastdeploy.cpp | 108 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()
|
D | commandline.h | 104 int send_shell_command(
|
D | fastdeploycallbacks.cpp | 52 return send_shell_command(command, false, &cb); in capture_shell_command()
|
D | adb_install.cpp | 68 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()
|
D | bugreport.cpp | 280 return send_shell_command(command, disable_shell_protocol, callback); in SendShellCommand()
|
D | file_sync_client.cpp | 900 send_shell_command(cmd, false, &cb); in copy_local_dir_remote() 908 send_shell_command(cmd, false, &cb); in copy_local_dir_remote()
|
D | commandline.cpp | 1151 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/ |
D | bugreport_test.cpp | 54 int send_shell_command(const std::string& command, bool disable_shell_protocol, in send_shell_command() function
|