Searched refs:copy_file_fd (Results 1 - 4 of 4) sorted by relevance
/systemd/src/basic/ |
H A D | copy.h | 27 int copy_file_fd(const char *from, int to, bool try_reflink);
|
H A D | copy.c | 386 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 D | test-copy.c | 75 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 D | socket.c | 1164 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