Searched defs:copy_to_file (Results 1 - 1 of 1) sorted by relevance

/system/core/adb/
H A Dcommandline.c249 static void copy_to_file(int inFd, int outFd) { function
255 D("copy_to_file(%d -> %d)\n", inFd, outFd);
259 D("copy_to_file() : read 0 bytes; exiting\n");
264 D("copy_to_file() : EINTR, retrying\n");
267 D("copy_to_file() : error %d\n", errno);
273 D("copy_to_file() finished after %lu bytes\n", total);
733 copy_to_file(fd, outFd);
761 copy_to_file(tarFd, fd);

Completed in 40 milliseconds