Lines Matching refs:root_dir
52 p_strdup(_storage->pool, ns->list->set.root_dir);
109 const char *path, *root_dir;
111 if (set->root_dir != NULL)
112 root_dir = set->root_dir;
114 root_dir = mdbox_storage_find_root_dir(ns);
115 if (root_dir == NULL) {
122 path = t_strconcat(root_dir, "/"MDBOX_GLOBAL_DIR_NAME, NULL);
135 set->root_dir = root_dir;