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

/dovecot/src/lib-storage/list/
H A Dmailbox-list-fs.c298 const char *path, *child_name, *child_path, *p; local
337 &child_path) > 0 &&
338 strncmp(path, child_path, strlen(path)) == 0) {
340 p = strrchr(child_path, '/');
341 if (rmdir(t_strdup_until(child_path, p)) == 0) {

Completed in 11 milliseconds