Home
last modified time | relevance | path

Searched refs:apr_filepath_set (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/subversion/subversion/libsvn_subr/
Dcmdline.c1477 apr_err = apr_filepath_set(base_dir_apr, pool); in svn_cmdline__edit_file_externally()
1495 apr_err = apr_filepath_set(old_cwd, pool); in svn_cmdline__edit_file_externally()
1573 apr_err = apr_filepath_set(base_dir_apr, pool); in svn_cmdline__edit_string_externally()
1598 apr_err = apr_filepath_set(temp_dir_apr, pool); in svn_cmdline__edit_string_externally()
1738 apr_err = apr_filepath_set(old_cwd, pool); in svn_cmdline__edit_string_externally()
/freebsd-12-stable/contrib/apr/include/
Dapr_file_info.h401 APR_DECLARE(apr_status_t) apr_filepath_set(const char *path, apr_pool_t *p);
/freebsd-12-stable/contrib/apr/file_io/unix/
Dfilepath.c56 APR_DECLARE(apr_status_t) apr_filepath_set(const char *path, apr_pool_t *p) in apr_filepath_set() function