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

/dovecot/src/lib/
H A Dfile-copy.c104 int file_copy(const char *srcpath, const char *destpath, bool try_hardlink) argument
111 tmppath = t_strconcat(destpath, ".tmp", NULL);
115 if (rename(tmppath, destpath) < 0) {
117 tmppath, destpath);

Completed in 6 milliseconds