Searched refs:APR_WWRITE (Results 1 – 4 of 4) sorted by relevance
63 if (perms & APR_WWRITE) in apr_unix_perms2mode()100 perms |= APR_WWRITE; in apr_unix_mode2perms()
208 finfo.protection &= ~APR_WWRITE; in apr_file_attrs_set()215 finfo.protection |= APR_WWRITE; in apr_file_attrs_set()
110 #define APR_WWRITE APR_FPROT_WWRITE /**< @deprecated @see APR_FPROT_WWRITE */ macro
1665 perms_to_set &= ~APR_WWRITE; in io_set_file_perms()2213 *read_only = !(file_info->protection & APR_WWRITE); in svn_io__is_finfo_read_only()