Searched refs:fd_copy_node (Results 1 - 1 of 1) sorted by relevance

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

Completed in 10 milliseconds