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

/dovecot/src/lib-storage/list/
H A Dmailbox-list-fs.c418 const char *oldvname, *oldpath, *newpath, *alt_newpath, *root_path, *p; local
433 &alt_newpath) < 0)
495 if (alt_newpath != NULL) {
496 if (stat(alt_newpath, &st) == 0) {
504 alt_newpath);
520 if (alt_newpath != NULL) {

Completed in 11 milliseconds