Searched refs:t_realpath (Results 1 - 3 of 3) sorted by relevance
/dovecot/src/lib/ |
H A D | path-util.h | 33 int t_realpath(const char *path, const char **npath_r, const char **error_r); 34 /* Like t_realpath(), but path is relative to given root. */
|
H A D | path-util.c | 272 int t_realpath(const char *path, const char **npath_r, const char **error_r) function 285 return t_realpath(path, npath_r, error_r); 287 return t_realpath(t_strconcat(root, "/", path, NULL), npath_r, error_r);
|
H A D | test-path-util.c | 115 test_assert(t_realpath(t_strconcat("link1", "/link1/child", NULL), 184 allocation in t_realpath. */
|
Completed in 8 milliseconds