Searched defs:broken_path (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/lib-storage/index/dbox-common/
H A Ddbox-file-fix.c450 const char *dir, *p, *temp_path, *broken_path; local
486 broken_path = t_strconcat(file->cur_path,
488 if (link(file->cur_path, broken_path) < 0) {
491 file->cur_path, broken_path);
494 broken_path);

Completed in 229 milliseconds