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

/dovecot/src/lib/
H A Deacces-error.c105 static int test_access(const char *path, int access_mode, string_t *errmsg) function
229 if (test_access(dir, X_OK, errmsg) < 0) {
232 } else if (creating && test_access(dir, W_OK, errmsg) < 0) {
236 test_access(path, R_OK, errmsg) < 0) {
237 } else if (!creating && test_access(path, W_OK, errmsg) < 0) {

Completed in 19 milliseconds