Searched refs:path_buf (Results 1 - 2 of 2) sorted by relevance

/dovecot/src/plugins/mail-crypt/
H A Dtest-mail-key.c134 char path_buf[4096]; local
136 if (getcwd(path_buf, sizeof(path_buf)) == NULL)
139 mail_home = p_strdup_printf(test_pool, "%s/mcp_user/", path_buf);
/dovecot/src/lib-storage/
H A Dtest-mail-storage.c223 char path_buf[4096]; local
228 if (getcwd(path_buf, sizeof(path_buf)) == NULL)
232 ctx->mail_home = p_strdup_printf(ctx->pool, "%s/.test-dir%s/", path_buf,

Completed in 8 milliseconds