Searched refs:copy_to_file (Results 1 – 3 of 3) sorted by relevance
/packages/modules/adb/client/ |
D | commandline.cpp | 375 bool copy_to_file(int inFd, int outFd) { in copy_to_file() function 1285 copy_to_file(fd.get(), outFd.get()); in backup() 1311 copy_to_file(tarFd.get(), fd.get()); in restore() 1317 copy_to_file(fd.get(), STDOUT_FILENO); in restore() 1783 copy_to_file(STDIN_FILENO, fd.get()); in adb_commandline() 1785 copy_to_file(fd.get(), STDOUT_FILENO); in adb_commandline()
|
D | commandline.h | 103 bool copy_to_file(int inFd, int outFd);
|
D | adb_install.cpp | 243 if (!copy_to_file(local_fd.get(), remote_fd.get())) { in install_app_streamed() 643 if (!copy_to_file(local_fd.get(), remote_fd.get())) { in install_multiple_app_streamed() 896 if (!copy_to_file(local_fd.get(), remote_fd.get())) { in install_multi_package()
|