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

/system/core/adb/
H A Dcommandline.c245 static void copy_to_file(int inFd, int outFd) { argument
251 D("copy_to_file(%d -> %d)\n", inFd, outFd);
266 adb_write(outFd, buf, len);
603 int fd, outFd; local
627 outFd = adb_creat(filename, 0640);
628 if (outFd < 0) {
643 adb_close(outFd);
647 copy_to_file(fd, outFd);
650 adb_close(outFd);

Completed in 51 milliseconds