Searched refs:APR_FINFO_TYPE (Results 1 – 10 of 10) sorted by relevance
| /freebsd-13.1/contrib/apr/file_io/unix/ |
| H A D | dir.c | 217 wanted &= ~APR_FINFO_TYPE; in apr_dir_read() 271 finfo->valid |= APR_FINFO_TYPE; in apr_dir_read()
|
| H A D | mktemp.c | 131 rv = apr_stat(&sbuf, path, APR_FINFO_TYPE, p); in gettemp()
|
| /freebsd-13.1/contrib/apr/include/ |
| H A D | apr_file_info.h | 154 #define APR_FINFO_TYPE 0x00008000 /**< Type */ macro
|
| /freebsd-13.1/contrib/subversion/subversion/libsvn_subr/ |
| H A D | io.c | 622 APR_FINFO_TYPE, scratch_pool); in svn_io_open_uniquely_named() 733 APR_FINFO_TYPE, pool); in svn_io_create_unique_link() 1118 apr_int32_t flags = APR_FINFO_TYPE | APR_FINFO_NAME; in svn_io_copy_dir_recursively() 2920 if (!apr_stat(&finfo, path_apr, APR_FINFO_TYPE, scratch_pool) in svn_io_remove_file2() 3085 apr_int32_t flags = APR_FINFO_TYPE | APR_FINFO_NAME; in svn_io_get_dirents3() 3149 apr_int32_t wanted = APR_FINFO_TYPE | APR_FINFO_LINK in svn_io_stat_dirent2() 4857 wanted |= APR_FINFO_TYPE | APR_FINFO_NAME; in svn_io_dir_walk2() 5489 APR_FINFO_TYPE, scratch_pool); in temp_file_create()
|
| H A D | gpg_agent.c | 307 APR_FINFO_TYPE, scratch_pool); in find_gpg_agent_socket()
|
| H A D | deprecated.c | 1442 err = svn_io_stat(&finfo, path, APR_FINFO_TYPE, pool); in svn_path_split_if_file()
|
| /freebsd-13.1/contrib/subversion/subversion/libsvn_fs_x/ |
| H A D | hotcopy.c | 135 apr_int32_t flags = APR_FINFO_TYPE | APR_FINFO_NAME; in hotcopy_io_copy_dir_recursively()
|
| /freebsd-13.1/contrib/subversion/subversion/libsvn_wc/ |
| H A D | revert.c | 508 APR_FINFO_TYPE | APR_FINFO_LINK in revert_wc_data()
|
| /freebsd-13.1/contrib/subversion/subversion/libsvn_fs_fs/ |
| H A D | hotcopy.c | 134 apr_int32_t flags = APR_FINFO_TYPE | APR_FINFO_NAME; in hotcopy_io_copy_dir_recursively()
|
| /freebsd-13.1/contrib/subversion/subversion/libsvn_client/ |
| H A D | shelf2.c | 684 SVN_ERR(svn_io_stat(&finfo, abspath, APR_FINFO_TYPE, scratch_pool)); in shelf_status_visit_path()
|