Searched refs:fd_dst (Results 1 – 1 of 1) sorted by relevance
658 int fd_src = -1, fd_dst = -1; in copyfile() local670 fd_dst = open(dst, O_WRONLY | O_CREAT, 0666); in copyfile()671 if (fd_dst < 0) { in copyfile()692 size = write(fd_dst, buf, count); in copyfile()704 if (fd_dst >= 0) in copyfile()705 close(fd_dst); in copyfile()
Completed in 3 milliseconds