Searched refs:remote_fd (Results 1 – 1 of 1) sorted by relevance
219 unique_fd remote_fd(adb_connect(cmd, &error)); in install_app_streamed() local220 if (remote_fd < 0) { in install_app_streamed()226 copy_to_file(local_fd.get(), remote_fd.get()); in install_app_streamed()227 read_status_line(remote_fd.get(), buf, sizeof(buf)); in install_app_streamed()485 unique_fd remote_fd(adb_connect(cmd, &error)); in install_multiple_app() local486 if (remote_fd < 0) { in install_multiple_app()492 copy_to_file(local_fd.get(), remote_fd.get()); in install_multiple_app()493 read_status_line(remote_fd.get(), buf, sizeof(buf)); in install_multiple_app()663 unique_fd remote_fd(adb_connect(cmd, &error)); in install_multi_package() local664 if (remote_fd < 0) { in install_multi_package()[all …]