Searched refs:copy_file_fd (Results 1 - 4 of 4) sorted by relevance

/systemd/src/basic/
H A Dcopy.h27 int copy_file_fd(const char *from, int to, bool try_reflink);
H A Dcopy.c386 int copy_file_fd(const char *from, int fdt, bool try_reflink) { function
420 r = copy_file_fd(from, fdt, true);
/systemd/src/test/
H A Dtest-copy.c75 assert_se(copy_file_fd("/a/file/which/does/not/exist/i/guess", out_fd, true) < 0);
76 assert_se(copy_file_fd(in_fn, out_fd, true) >= 0);
/systemd/src/core/
H A Dsocket.c1164 r = copy_file_fd(s->usb_function_descriptors, fd, false);
1168 return copy_file_fd(s->usb_function_strings, fd, false);

Completed in 2207 milliseconds