Home
last modified time | relevance | path

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

/coreutils/src/
Dcopy.c760 copy_attr (char const *src_path, int src_fd, 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()
793 copy_attr (MAYBE_UNUSED char const *src_path, in copy_attr() argument