Home
last modified time | relevance | path

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

/coreutils/src/
Dmv.c168 int dest_dirfd, char const *dest_relname, const struct cp_options *x) in do_move() argument
172 bool ok = copy (source, dest, dest_dirfd, dest_relname, 0, x, in do_move()
Dinstall.c169 int dest_dirfd, char const *dest_relname, in need_copy() argument
183 if (fstatat (dest_dirfd, dest_relname, &dest_sb, AT_SYMLINK_NOFOLLOW) != 0) in need_copy()
243 dest_fd = openat (dest_dirfd, dest_relname, O_RDONLY | O_BINARY); in need_copy()