Home
last modified time | relevance | path

Searched refs:fd_from (Results 1 – 1 of 1) sorted by relevance

/support/
A Dsupport_copy_file.c29 int fd_from = xopen (from, O_RDONLY, 0); in support_copy_file() local
32 ssize_t ret = support_copy_file_range (fd_from, NULL, fd_to, NULL, in support_copy_file()
42 xclose (fd_from); in support_copy_file()

Completed in 4 milliseconds