Searched defs:perms (Results 1 - 2 of 2) sorted by relevance
/httpd/modules/dav/fs/ |
H A D | repos.c | 339 apr_fileperms_t perms; local 347 perms = src_finfo->protection; 351 if ((status = apr_file_perms_set(dst, perms)) != APR_SUCCESS) { 358 perms = APR_OS_DEFAULT; 372 | APR_BINARY, perms, p); 2103 apr_fileperms_t perms = resource->info->finfo.protection; local 2105 long old_value = (perms & APR_UEXECUTE) != 0; 2114 perms &= ~APR_UEXECUTE; 2116 perms |= APR_UEXECUTE; 2118 if ((status = apr_file_perms_set(resource->info->pathname, perms)) 2146 apr_fileperms_t perms = resource->info->finfo.protection & ~APR_UEXECUTE; local [all...] |
/httpd/modules/lua/ |
H A D | lua_request.c | 1001 apr_fileperms_t perms; local 1006 perms = luaL_optinteger(L, 3, APR_OS_DEFAULT); 1007 status = apr_dir_make(path, perms, r->pool); 1021 apr_fileperms_t perms; local 1026 perms = luaL_optinteger(L, 3, APR_OS_DEFAULT); 1027 status = apr_dir_make_recursive(path, perms, r->pool);
|
Completed in 23 milliseconds