Searched refs:oldparent (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/lib-storage/list/
H A Dmailbox-list-fs.c361 const char *oldpath, *newpath, *p, *oldparent, *newparent; local
371 oldparent = p == NULL ? "/" : t_strdup_until(oldpath, p);
375 if (strcmp(oldparent, newparent) != 0 && stat(oldpath, &st) == 0) {

Completed in 9 milliseconds