Searched refs:rootdir (Results 1 - 4 of 4) sorted by relevance

/dovecot/src/doveadm/
H A Ddoveadm-sis.c19 /* Files are in <rootdir>/ha/sh/<hash>-<guid>
23 static const char *sis_get_dir(const char *rootdir, const char *hash) argument
27 return t_strdup_printf("%s/%c%c/%c%c", rootdir,
132 static int sis_try_deduplicate(const char *rootdir, const char *fname) argument
144 hashdir = sis_get_dir(rootdir, hash);
190 return sis_try_deduplicate(rootdir, fname);
210 const char *rootdir, *queuedir; local
223 rootdir = argv[1];
226 if (stat(rootdir, &st) < 0)
227 i_fatal("stat(%s) failed: %m", rootdir);
268 const char *rootdir, *path, *hash; local
[all...]
/dovecot/src/plugins/acl/
H A Dacl-backend-vfile-acllist.c46 const char *rootdir, *maildir; local
55 if (!mailbox_list_get_root_path(backend->backend.list, type, &rootdir))
63 if (strcmp(maildir, rootdir) == 0) {
68 rootdir = mailbox_list_get_root_forced(backend->backend.list,
73 *root_dir_r = rootdir;
222 const char *rootdir, *acllist_path; local
231 if (!acl_list_get_root_dir(backend, &rootdir, &type))
241 str_printfa(path, "%s/%s", rootdir, mailbox_list_get_temp_prefix(list));
252 rootdir, type) < 0)
/dovecot/src/lib-storage/index/mbox/
H A Dmbox-storage.c431 const char *rootdir, *box_path = mailbox_get_path(box); local
439 rootdir = mailbox_list_get_root_forced(box->list,
441 if (strncmp(box_path, rootdir, strlen(rootdir)) != 0)
/dovecot/src/lib-storage/
H A Dmailbox-list.c1539 const char *path, *fname, *rootdir, *dir, *inbox; local
1597 rootdir = mailbox_list_get_root_forced(list, MAILBOX_LIST_PATH_TYPE_MAILBOX);
1601 rootdir = mailbox_list_get_root_forced(list, MAILBOX_LIST_PATH_TYPE_INDEX);
1615 len = strlen(rootdir);
1616 if (strncmp(path, rootdir, len) == 0 && path[len] == '/') {

Completed in 13 milliseconds