Searched defs:copy_file (Results 1 - 2 of 2) sorted by relevance

/systemd/src/basic/
H A Dcopy.c405 int copy_file(const char *from, const char *to, int flags, mode_t mode, unsigned chattr_flags) { function
446 r = copy_file(from, t, O_NOFOLLOW|O_EXCL, mode, chattr_flags);
/systemd/src/boot/
H A Dbootctl.c440 static int copy_file(const char *from, const char *to, bool force) { function
575 r = copy_file(p, q, force);
585 k = copy_file(p, v, force);

Completed in 14 milliseconds