Searched defs:root_path (Results 1 - 4 of 4) 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
436 root_path = mailbox_list_get_root_forced(oldlist, MAILBOX_LIST_PATH_TYPE_MAILBOX);
437 if (strcmp(oldpath, root_path) == 0) {
H A Dmailbox-list-maildir.c414 const char *oldpath, *newpath, *root_path; local
426 root_path = mailbox_list_get_root_forced(oldlist,
428 if (strcmp(oldpath, root_path) == 0) {
/dovecot/src/lib-fs/
H A Dfs-api.h140 const char *root_path; member in struct:fs_settings
H A Dfs-posix.c33 char *temp_file_prefix, *root_path, *path_prefix; member in struct:posix_fs
85 fs->root_path = i_strdup(set->root_path);
87 fs->fs.set.root_path = fs->root_path;
133 i_free(fs->root_path);
216 if (fs->root_path == NULL && fs->path_prefix == NULL)
221 if ((fs->root_path != NULL && strcmp(path, fs->root_path) == 0) ||

Completed in 17 milliseconds