Lines Matching refs:remote_fd
237 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()
896 if (!copy_to_file(local_fd.get(), remote_fd.get())) { in install_multi_package()
901 read_status_line(remote_fd.get(), buf, sizeof(buf)); in install_multi_package()