Home
last modified time | relevance | path

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

/packages/modules/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 …]
/packages/modules/Virtualization/authfs/src/file/
Dremote_file.rs32 remote_fd: i32, in remote_read_chunk()
42 .readFile(remote_fd, offset, buf.len() as i32) in remote_read_chunk()