Searched refs:copy_file_atomic_full (Results 1 – 2 of 2) sorted by relevance
/systemd-251/src/shared/ |
D | copy.h | 43 int copy_file_atomic_full(const char *from, const char *to, mode_t mode, unsigned chattr_flags, uns… 45 … return copy_file_atomic_full(from, to, mode, chattr_flags, chattr_mask, copy_flags, NULL, NULL); in copy_file_atomic()
|
D | copy.c | 1326 int copy_file_atomic_full( in copy_file_atomic_full() function
|