Lines Matching refs:root_dir
168 if (stat(ns->list->set.root_dir, &st) == 0 && !S_ISDIR(st.st_mode)) {
172 ns->list->set.root_dir);
188 set->inbox_path = t_strconcat(set->root_dir, "/inbox", NULL);
319 const char *root_dir, *inbox_path;
321 root_dir = set->root_dir;
324 if (root_dir != NULL) {
326 mbox_is_file(root_dir, "INBOX file", debug)) {
328 inbox_path = root_dir;
329 root_dir = NULL;
330 } else if (!mbox_storage_is_root_dir(root_dir, debug))
333 if (root_dir == NULL) {
334 root_dir = mbox_storage_find_root_dir(ns);
335 if (root_dir == NULL) {
345 set->root_dir = root_dir;