Searched defs:root_path (Results 1 - 4 of 4) sorted by relevance
/dovecot/src/lib-storage/list/ |
H A D | mailbox-list-fs.c | 418 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 D | mailbox-list-maildir.c | 414 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 D | fs-api.h | 140 const char *root_path; member in struct:fs_settings
|
H A D | fs-posix.c | 33 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 279 milliseconds