| 283 | |
| 284 | |
| 285 | void 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 | |
| 295 | void cleanup_set_pid(pid_t pid) |
| 296 | { |
no outgoing calls
no test coverage detected