Searched refs:pristine_path (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Dadm_ops.c770 const char **pristine_path,
784 err = svn_wc__text_base_path_to_read(pristine_path, db, local_abspath,
797 *pristine_path = nonexistent_path(wcroot_abspath, pool);
767 svn_wc_get_pristine_copy_path(const char *path, const char **pristine_path, apr_pool_t *pool) argument
H A Dupgrade.c1040 const char *pristine_path; local
1082 SVN_ERR(svn_wc__db_pristine_get_future_path(&pristine_path,
1088 SVN_ERR(svn_wc__ensure_directory(svn_dirent_dirname(pristine_path,
1094 SVN_ERR(svn_io_file_move(temp_path, pristine_path, iterpool));
/freebsd-11-stable/contrib/subversion/subversion/include/
H A Dsvn_wc.h7316 /** Set @a *pristine_path to the path of the "normal" pristine text file for
7319 * If @a path does not have a pristine text, set @a *pristine_path to a path where
7334 const char **pristine_path,

Completed in 149 milliseconds