Searched refs:read_status_line (Results 1 – 1 of 1) sorted by relevance
/packages/modules/adb/client/ |
D | adb_install.cpp | 143 static void read_status_line(int fd, char* buf, size_t count) { in read_status_line() function 249 read_status_line(remote_fd.get(), buf, sizeof(buf)); in install_app_streamed() 407 read_status_line(fd.get(), buf, sizeof(buf)); in calculate_install_mode() 588 read_status_line(fd.get(), buf, sizeof(buf)); in install_multiple_app_streamed() 649 read_status_line(remote_fd.get(), buf, sizeof(buf)); in install_multiple_app_streamed() 672 read_status_line(fd.get(), buf, sizeof(buf)); in install_multiple_app_streamed() 777 read_status_line(fd.get(), buf, sizeof(buf)); in install_multi_package() 841 read_status_line(fd.get(), buf, sizeof(buf)); in install_multi_package() 901 read_status_line(remote_fd.get(), buf, sizeof(buf)); in install_multi_package() 918 read_status_line(fd.get(), buf, sizeof(buf)); in install_multi_package() [all …]
|