Home | History | Annotate | Download | only in adb

Lines Matching refs:outFd

264 static void copy_to_file(int inFd, int outFd) {
270 D("copy_to_file(%d -> %d)\n", inFd, outFd);
285 adb_write(outFd, buf, len);
703 int fd, outFd;
727 outFd = adb_creat(filename, 0640);
728 if (outFd < 0) {
743 adb_close(outFd);
748 copy_to_file(fd, outFd);
751 adb_close(outFd);