Searched refs:copy_to_file (Results 1 – 3 of 3) sorted by relevance
/system/core/adb/client/ |
D | commandline.h | 103 bool copy_to_file(int inFd, int outFd);
|
D | commandline.cpp | 374 bool copy_to_file(int inFd, int outFd) { in copy_to_file() function 1284 copy_to_file(fd.get(), outFd.get()); in backup() 1310 copy_to_file(tarFd.get(), fd.get()); in restore() 1316 copy_to_file(fd.get(), STDOUT_FILENO); in restore() 1782 copy_to_file(STDIN_FILENO, fd.get()); in adb_commandline() 1784 copy_to_file(fd.get(), STDOUT_FILENO); in adb_commandline()
|
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()
|