Searched defs:fd_copy_fifo (Results 1 - 1 of 1) sorted by relevance

/systemd/src/basic/
H A Dcopy.c207 static int fd_copy_fifo(int df, const char *from, const struct stat *st, int dt, const char *to) { function
327 q = fd_copy_fifo(dirfd(d), de->d_name, &buf, fdt, de->d_name);
359 return fd_copy_fifo(fdf, from, &st, fdt, to);

Completed in 67 milliseconds