Searched refs:APR_FINFO_PROT (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13.1/contrib/subversion/subversion/include/private/ |
| H A D | svn_io_private.h | 40 #define SVN__APR_FINFO_MASK_OUT (APR_FINFO_PROT | APR_FINFO_OWNER) 42 #define SVN__APR_FINFO_EXECUTABLE (APR_FINFO_PROT) 43 #define SVN__APR_FINFO_READONLY (APR_FINFO_PROT | APR_FINFO_OWNER)
|
| /freebsd-13.1/contrib/apr/file_io/unix/ |
| H A D | filestat.c | 74 | APR_FINFO_OWNER | APR_FINFO_PROT; in fill_out_finfo() 197 status = apr_stat(&finfo, fname, APR_FINFO_PROT, pool); in apr_file_attrs_set()
|
| H A D | copy.c | 38 status = apr_file_info_get(&finfo, APR_FINFO_PROT, s); in apr_file_transfer_contents()
|
| /freebsd-13.1/contrib/apr/include/ |
| H A D | apr_file_info.h | 166 #define APR_FINFO_PROT 0x00700000 /**< all protections */ macro
|
| /freebsd-13.1/contrib/subversion/subversion/libsvn_subr/ |
| H A D | io.c | 1059 SVN_ERR(svn_io_stat(&finfo, src, APR_FINFO_PROT, pool)); in svn_io_copy_perms() 1628 err = svn_io_file_info_get(&finfo, APR_FINFO_PROT, fd, scratch_pool); in get_default_file_perms() 1656 SVN_ERR(svn_io_file_info_get(&finfo, APR_FINFO_PROT, fd, scratch_pool)); in merge_default_file_perms() 1687 status = apr_stat(&finfo, path_apr, APR_FINFO_PROT | APR_FINFO_LINK, pool); in io_set_perms() 2518 SVN_ERR(svn_io_stat(&file_info, path, APR_FINFO_PROT | APR_FINFO_OWNER, in svn_io_is_file_executable() 4712 status = apr_stat(&finfo, path_apr, APR_FINFO_PROT, pool); in dir_make()
|
| /freebsd-13.1/contrib/subversion/subversion/libsvn_client/ |
| H A D | export.c | 229 SVN_ERR(svn_io_stat(&finfo, local_abspath, APR_FINFO_PROT, in export_node()
|