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

/system/core/adb/
H A Dcommandline.cpp373 static void copy_to_file(int inFd, int outFd) { function
376 if (buf == nullptr) fatal("couldn't allocate buffer for copy_to_file");
384 D("copy_to_file(%d -> %d)", inFd, outFd);
412 D("copy_to_file() : read 0 bytes; exiting");
416 D("copy_to_file(): read failed: %s", strerror(errno));
445 D("copy_to_file() finished after %lu bytes", total);
1289 copy_to_file(fd, outFd);
1315 copy_to_file(tarFd, fd);
1318 copy_to_file(fd, STDOUT_FILENO);
1688 copy_to_file(STDIN_FILEN
[all...]

Completed in 36 milliseconds