Home
last modified time | relevance | path

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

/system/core/adb/client/
Dadb_install.cpp237 unique_fd remote_fd = send_command(cmd_args, &error); in install_app_streamed() local
238 if (remote_fd < 0) { in install_app_streamed()
243 if (!copy_to_file(local_fd.get(), remote_fd.get())) { in install_app_streamed()
249 read_status_line(remote_fd.get(), buf, sizeof(buf)); in install_app_streamed()
636 unique_fd remote_fd = send_command(cmd_args, &error); in install_multiple_app_streamed() local
637 if (remote_fd < 0) { in install_multiple_app_streamed()
643 if (!copy_to_file(local_fd.get(), remote_fd.get())) { in install_multiple_app_streamed()
649 read_status_line(remote_fd.get(), buf, sizeof(buf)); in install_multiple_app_streamed()
890 unique_fd remote_fd = send_command(cmd_args, &error); in install_multi_package() local
891 if (remote_fd < 0) { in install_multi_package()
[all …]