Searched refs:lfd (Results 1 – 1 of 1) sorted by relevance
438 unique_fd lfd(adb_open(lpath, O_RDONLY)); in SendLargeFile() local439 if (lfd < 0) { in SendLargeFile()447 int bytes_read = adb_read(lfd, sbuf.data, max - sizeof(SyncRequest)); in SendLargeFile()736 unique_fd lfd(adb_creat(lpath, 0644)); in sync_recv() local737 if (lfd < 0) { in sync_recv()770 if (!WriteFdExactly(lfd, buffer, msg.data.size)) { in sync_recv()