Searched refs:APR_FINFO_PROT (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/subversion/subversion/include/private/
H A Dsvn_io_private.h40 #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-11-stable/contrib/apr/file_io/unix/
H A Dcopy.c38 status = apr_file_info_get(&finfo, APR_FINFO_PROT, s);
H A Dfilestat.c74 | APR_FINFO_OWNER | APR_FINFO_PROT;
197 status = apr_stat(&finfo, fname, APR_FINFO_PROT, pool);
/freebsd-11-stable/contrib/apr/include/
H A Dapr_file_info.h166 #define APR_FINFO_PROT 0x00700000 /**< all protections */ macro
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dio.c1062 SVN_ERR(svn_io_stat(&finfo, src, APR_FINFO_PROT, pool));
1633 err = svn_io_file_info_get(&finfo, APR_FINFO_PROT, fd, scratch_pool);
1661 SVN_ERR(svn_io_file_info_get(&finfo, APR_FINFO_PROT, fd, scratch_pool));
1692 status = apr_stat(&finfo, path_apr, APR_FINFO_PROT | APR_FINFO_LINK, pool);
2523 SVN_ERR(svn_io_stat(&file_info, path, APR_FINFO_PROT | APR_FINFO_OWNER,
4712 the file permissions via APR_FINFO_PROT | APR_FINFO_OWNER is documented
4721 status = apr_stat(&finfo, path_apr, APR_FINFO_PROT, pool);
/freebsd-11-stable/contrib/subversion/subversion/libsvn_client/
H A Dexport.c225 Retrieving the file permissions with APR_FINFO_PROT | APR_FINFO_OWNER
231 SVN_ERR(svn_io_stat(&finfo, local_abspath, APR_FINFO_PROT,

Completed in 83 milliseconds