Searched refs:fd_to (Results 1 – 1 of 1) sorted by relevance
31 int fd_to = xopen (to, O_WRONLY | O_TRUNC | O_CREAT, mode); in support_copy_file() local32 ssize_t ret = support_copy_file_range (fd_from, NULL, fd_to, NULL, in support_copy_file()39 if (fchmod (fd_to, mode) < 0) in support_copy_file()41 xclose (fd_to); in support_copy_file()
Completed in 4 milliseconds