Searched refs:read_status_line (Results 1 – 1 of 1) sorted by relevance
/packages/modules/adb/client/ |
D | adb_install.cpp | 137 static void read_status_line(int fd, char* buf, size_t count) { in read_status_line() function 243 read_status_line(remote_fd.get(), buf, sizeof(buf)); in install_app_streamed() 401 read_status_line(fd.get(), buf, sizeof(buf)); in calculate_install_mode() 582 read_status_line(fd.get(), buf, sizeof(buf)); in install_multiple_app_streamed() 643 read_status_line(remote_fd.get(), buf, sizeof(buf)); in install_multiple_app_streamed() 666 read_status_line(fd.get(), buf, sizeof(buf)); in install_multiple_app_streamed() 771 read_status_line(fd.get(), buf, sizeof(buf)); in install_multi_package() 835 read_status_line(fd.get(), buf, sizeof(buf)); in install_multi_package() 895 read_status_line(remote_fd.get(), buf, sizeof(buf)); in install_multi_package() 912 read_status_line(fd.get(), buf, sizeof(buf)); in install_multi_package() [all …]
|