Searched refs:copy_times (Results 1 – 8 of 8) sorted by relevance
/systemd-251/src/shared/ |
D | copy.h | 71 int copy_times(int fdf, int fdt, CopyFlags flags);
|
D | copy.c | 1221 (void) copy_times(fdf, fdt, copy_flags); in copy_file_fd_full() 1293 (void) copy_times(fdf, fdt, copy_flags); in copy_file_full() 1429 int copy_times(int fdf, int fdt, CopyFlags flags) { in copy_times() function
|
/systemd-251/src/dissect/ |
D | dissect.c | 746 (void) copy_times(source_fd, target_fd, 0); in action_copy() 815 (void) copy_times(source_fd, target_fd, 0); in action_copy()
|
/systemd-251/src/import/ |
D | export-raw.c | 225 (void) copy_times(e->input_fd, e->output_fd, COPY_CRTIME); in raw_export_process()
|
D | import-raw.c | 237 (void) copy_times(i->input_fd, i->output_fd, COPY_CRTIME); in raw_import_finish()
|
D | pull-raw.c | 399 (void) copy_times(i->raw_job->disk_fd, dfd, COPY_CRTIME); in raw_pull_make_local_copy()
|
/systemd-251/src/boot/ |
D | bootctl.c | 740 (void) copy_times(fd_from, fd_to, 0); in copy_file_with_version_check()
|
/systemd-251/src/partition/ |
D | repart.c | 2906 (void) copy_times(sfd, tfd, 0); in do_copy_files()
|