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

/dovecot/src/lib-storage/index/dbox-common/
H A Ddbox-storage.c36 const char *linkpath, *error; local
38 if (t_readlink(alt_symlink_path, &linkpath, &error) < 0) {
47 "but currently no ALT path set", root_dir, linkpath);
49 } else if (strcmp(linkpath, alt_path) != 0) {
50 if (strcmp(linkpath, alt_path2) == 0) {
58 "but currently ALT=%s", root_dir, linkpath, alt_path);
/dovecot/src/lib-storage/
H A Dmailbox-list.c1829 const char *path, *linkpath, *error; local
1838 } else if (t_readlink(path, &linkpath, &error) < 0) {
1844 ret = strchr(linkpath, '/') == NULL ? 1 : 0;

Completed in 22 milliseconds