Home
last modified time | relevance | path

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

/systemd-251/src/shared/
Dcopy.h38 int copy_file_full(const char *from, const char *to, int open_flags, mode_t mode, unsigned chattr_f…
40 …return copy_file_full(from, to, open_flags, mode, chattr_flags, chattr_mask, copy_flags, NULL, NUL… in copy_file()
Dcopy.c1237 int copy_file_full( in copy_file_full() function