Searched defs:dst_fd (Results 1 – 9 of 9) sorted by relevance
26 int CopyFileContents(int dst_fd, int src_fd, off_t size) { in CopyFileContents()
40 int dst_fd = open(dst, O_WRONLY | O_CREAT | O_TRUNC, open_mode); in TransferFileContents() local
27 int CopyFileContents(int dst_fd, int src_fd, off_t size) { in CopyFileContents()
76 __u32 dst_fd; /* destination fd */ member
203 u32 dst_fd; /* destination fd */ member
861 int dst_fd; in do_copy() local
643 static char *bunzipStream(int src_fd, int dst_fd) in bunzipStream()
543 int dst_fd = -1; in CopyFile() local
474 ScopedFd dst_fd(OpenForWrite(dst)); in CopyFile() local