Searched refs:remote_fd (Results 1 – 1 of 1) sorted by relevance
237 unique_fd remote_fd = send_command(cmd_args, &error); in install_app_streamed() local238 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() local637 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() local891 if (remote_fd < 0) { in install_multi_package()[all …]