Home
last modified time | relevance | path

Searched refs:copy_file_fd (Results 1 – 3 of 3) sorted by relevance

/systemd-251/src/test/
Dtest-copy.c53 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/
Dcopy.h34 static inline int copy_file_fd(const char *from, int to, CopyFlags copy_flags) { in copy_file_fd() function
/systemd-251/src/core/
Dsocket.c1299 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()