Searched refs:copy_file_fd (Results 1 – 3 of 3) sorted by relevance
/systemd-251/src/test/ |
D | test-copy.c | 53 TEST(copy_file_fd) { in TEST() argument 66 assert_se(copy_file_fd("/a/file/which/does/not/exist/i/guess", out_fd, COPY_REFLINK) < 0); in TEST() 67 assert_se(copy_file_fd(in_fn, out_fd, COPY_REFLINK) >= 0); in TEST()
|
/systemd-251/src/shared/ |
D | copy.h | 34 static inline int copy_file_fd(const char *from, int to, CopyFlags copy_flags) { in copy_file_fd() function
|
/systemd-251/src/core/ |
D | socket.c | 1299 r = copy_file_fd(s->usb_function_descriptors, fd, 0); in usbffs_write_descs() 1303 return copy_file_fd(s->usb_function_strings, fd, 0); in usbffs_write_descs()
|