Searched refs:copy_to_file (Results 1 – 3 of 3) sorted by relevance
/system/core/adb/client/ |
D | commandline.h | 99 void copy_to_file(int inFd, int outFd);
|
D | adb_install.cpp | 226 copy_to_file(local_fd.get(), remote_fd.get()); in install_app_streamed() 492 copy_to_file(local_fd.get(), remote_fd.get()); in install_multiple_app() 669 copy_to_file(local_fd.get(), remote_fd.get()); in install_multi_package()
|
D | commandline.cpp | 361 void copy_to_file(int inFd, int outFd) { in copy_to_file() function 1276 copy_to_file(fd.get(), outFd.get()); in backup() 1300 copy_to_file(tarFd.get(), fd.get()); in restore() 1306 copy_to_file(fd.get(), STDOUT_FILENO); in restore() 1656 copy_to_file(STDIN_FILENO, fd.get()); in adb_commandline() 1658 copy_to_file(fd.get(), STDOUT_FILENO); in adb_commandline()
|