Home
last modified time | relevance | path

Searched refs:dst_path (Results 1 – 1 of 1) sorted by relevance

/coreutils/src/
Dcopy.c761 char const *dst_path, int dst_fd, struct cp_options const *x) in copy_attr() argument
787 ? attr_copy_fd (src_path, src_fd, dst_path, dst_fd, check, ctx) in copy_attr()
788 : attr_copy_file (src_path, dst_path, check, ctx)); in copy_attr()
795 MAYBE_UNUSED char const *dst_path, in copy_attr() argument