Searched refs:APR_GWRITE (Results 1 – 4 of 4) sorted by relevance
52 if (perms & APR_GWRITE) in apr_unix_perms2mode()89 perms |= APR_GWRITE; in apr_unix_mode2perms()
207 finfo.protection &= ~APR_GWRITE; in apr_file_attrs_set()214 finfo.protection |= APR_GWRITE; in apr_file_attrs_set()
106 #define APR_GWRITE APR_FPROT_GWRITE /**< @deprecated @see APR_FPROT_GWRITE */ macro
1724 perms_to_set &= ~APR_GWRITE; in io_set_perms()2464 *read_only = !(file_info->protection & APR_GWRITE); in svn_io__is_finfo_read_only()