Home
last modified time | relevance | path

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

/coreutils/src/
Dcopy.c3252 int utimensat_flags = dest_is_symlink ? AT_SYMLINK_NOFOLLOW : 0; in copy_internal() local
3253 if (utimensat (dst_dirfd, drelname, timespec, utimensat_flags) != 0) in copy_internal()