Searched defs:symlink_path (Results 1 - 2 of 2) sorted by relevance

/dovecot/src/plugins/mailbox-alias/
H A Dmailbox-alias-plugin.c69 const char *symlink_name, *symlink_path; local
74 MAILBOX_LIST_PATH_TYPE_DIR, &symlink_path);
79 if (lstat(symlink_path, &st) < 0) {
85 "lstat(%s) failed: %m", symlink_path);
/dovecot/src/config/
H A Ddoveconf.c689 const char *base_dir, *symlink_path, *prev_path, *error; local
692 symlink_path = t_strconcat(base_dir, "/"PACKAGE".conf", NULL);
693 if (t_readlink(symlink_path, &prev_path, &error) < 0) {
694 i_error("t_readlink(%s) failed: %s", symlink_path, error);

Completed in 519 milliseconds