Searched refs:to_dirfd (Results 1 – 1 of 1) sorted by relevance
/coreutils/src/ |
D | install.c | 416 int to_dirfd, char const *to_relname, const struct cp_options *x) in copy_file() argument 420 if (copy_only_if_needed && !need_copy (from, to, to_dirfd, to_relname, x)) in copy_file() 429 return copy (from, to, to_dirfd, to_relname, 0, x, ©_into_self, nullptr); in copy_file() 655 int to_dirfd, char const *to_relname, in install_file_in_file() argument 664 if (! copy_file (from, to, to_dirfd, to_relname, x)) in install_file_in_file() 669 if (unlinkat (to_dirfd, to_relname, 0) != 0) /* Cleanup. */ in install_file_in_file() 674 && ! change_timestamps (&from_sb, to, to_dirfd, to_relname)) in install_file_in_file() 676 return change_attributes (to, to_dirfd, to_relname); in install_file_in_file() 761 int to_dirfd = *target_dirfd; in install_file_in_dir() local 762 if (!target_dirfd_valid (to_dirfd)) in install_file_in_dir() [all …]
|