Searched refs:read_status_line (Results 1 – 1 of 1) sorted by relevance
/system/core/adb/client/ |
D | adb_install.cpp | 121 static void read_status_line(int fd, char* buf, size_t count) { in read_status_line() function 227 read_status_line(remote_fd.get(), buf, sizeof(buf)); in install_app_streamed() 443 read_status_line(fd.get(), buf, sizeof(buf)); in install_multiple_app() 493 read_status_line(remote_fd.get(), buf, sizeof(buf)); in install_multiple_app() 513 read_status_line(fd.get(), buf, sizeof(buf)); in install_multiple_app() 570 read_status_line(fd.get(), buf, sizeof(buf)); in install_multi_package() 620 read_status_line(fd.get(), buf, sizeof(buf)); in install_multi_package() 670 read_status_line(remote_fd.get(), buf, sizeof(buf)); in install_multi_package() 689 read_status_line(fd.get(), buf, sizeof(buf)); in install_multi_package() 712 read_status_line(fd.get(), buf, sizeof(buf)); in install_multi_package() [all …]
|