Searched refs:copy_file_full (Results 1 – 2 of 2) sorted by relevance
/systemd-251/src/shared/ |
D | copy.h | 38 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()
|
D | copy.c | 1237 int copy_file_full( in copy_file_full() function
|