Home
last modified time | relevance | path

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

/coreutils/src/
Dchown-core.c229 restricted_chown (int cwd_fd, char const *file, in restricted_chown() argument
250 fd = openat (cwd_fd, file, O_RDONLY | open_flags); in restricted_chown()
253 && 0 <= (fd = openat (cwd_fd, file, O_WRONLY | open_flags))))) in restricted_chown()