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

/system/core/adb/
H A Dcommandline.c247 static void copy_to_file(int inFd, int outFd) { function
253 D("copy_to_file(%d -> %d)\n", inFd, outFd);
257 D("copy_to_file() : read 0 bytes; exiting\n");
262 D("copy_to_file() : EINTR, retrying\n");
265 D("copy_to_file() : error %d\n", errno);
271 D("copy_to_file() finished after %lu bytes\n", total);
731 copy_to_file(fd, outFd);
759 copy_to_file(tarFd, fd);

Completed in 29 milliseconds