D | install.c | 415 copy_file (char const *from, char const *to, 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() 654 install_file_in_file (char const *from, char const *to, in install_file_in_file() argument 659 if (x->preserve_timestamps && stat (from, &from_sb) != 0) in install_file_in_file() 661 error (0, errno, _("cannot stat %s"), quoteaf (from)); in install_file_in_file() 664 if (! copy_file (from, to, to_dirfd, to_relname, x)) in install_file_in_file() 684 mkancesdirs_safe_wd (char const *from, char *to, struct cp_options *x, in mkancesdirs_safe_wd() argument 689 || ! (IS_ABSOLUTE_FILE_NAME (from) && IS_ABSOLUTE_FILE_NAME (to)); in mkancesdirs_safe_wd() 724 install_file_in_file_parents (char const *from, char *to, in install_file_in_file_parents() argument [all …]
|