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

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

Completed in 27 milliseconds