MCPcopy Index your code
hub / github.com/RsyncProject/rsync / cleanup_set

Function cleanup_set

cleanup.c:285–293  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

283
284
285void cleanup_set(const char *fnametmp, const char *fname, struct file_struct *file,
286 int fd_r, int fd_w)
287{
288 cleanup_fname = fnametmp;
289 cleanup_new_fname = fname; /* can be NULL on a partial-dir failure */
290 cleanup_file = file;
291 cleanup_fd_r = fd_r;
292 cleanup_fd_w = fd_w;
293}
294
295void cleanup_set_pid(pid_t pid)
296{

Callers 2

copy_altdest_fileFunction · 0.85
recv_filesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected