Home
last modified time | relevance | path

Searched refs:copy_to_file (Results 1 – 3 of 3) sorted by relevance

/system/core/adb/client/
Dcommandline.h103 bool copy_to_file(int inFd, int outFd);
Dcommandline.cpp374 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()
Dadb_install.cpp243 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()