Searched refs:svn_wc__adm_child (Results 1 – 7 of 7) sorted by relevance
| /freebsd-13-stable/contrib/subversion/subversion/libsvn_wc/ |
| HD | adm_files.c | 112 svn_wc__adm_child(const char *path, in svn_wc__adm_child() function 128 const char *path = svn_wc__adm_child(adm_abspath, NULL, pool); in svn_wc__adm_area_exists() 156 fullpath = svn_wc__adm_child(path, subdir, pool); in make_adm_subdir() 292 local_abspath = svn_wc__adm_child(dir_abspath, fname, scratch_pool); in svn_wc__open_adm_stream() 327 SVN_ERR(svn_io_dir_make_hidden(svn_wc__adm_child(local_abspath, NULL, pool), in init_adm() 349 SVN_ERR(svn_io_file_create(svn_wc__adm_child(local_abspath, in init_adm() 354 SVN_ERR(svn_io_file_create(svn_wc__adm_child(local_abspath, in init_adm() 512 SVN_ERR(svn_io_remove_dir2(svn_wc__adm_child(dir_abspath, NULL, in svn_wc__adm_destroy() 535 tmp_path = svn_wc__adm_child(adm_abspath, SVN_WC__ADM_TMP, scratch_pool); in svn_wc__adm_cleanup_tmp_area()
|
| HD | upgrade.c | 180 propfile_abspath = svn_wc__adm_child(dir_abspath, WCPROPS_FNAME_FOR_DIR, in read_many_wcprops() 186 props_dir_abspath = svn_wc__adm_child(dir_abspath, WCPROPS_SUBDIR_FOR_FILES, in read_many_wcprops() 438 svn_wc__adm_child(wcroot_abspath, in wipe_obsolete_files() 443 svn_wc__adm_child(wcroot_abspath, in wipe_obsolete_files() 448 svn_wc__adm_child(wcroot_abspath, in wipe_obsolete_files() 453 svn_wc__adm_child(wcroot_abspath, in wipe_obsolete_files() 461 svn_wc__adm_child(wcroot_abspath, in wipe_obsolete_files() 466 svn_wc__adm_child(wcroot_abspath, in wipe_obsolete_files() 473 svn_wc__adm_child(wcroot_abspath, in wipe_obsolete_files() 480 svn_wc__adm_child(wcroot_abspath, in wipe_obsolete_files() [all …]
|
| HD | adm_files.h | 46 const char *svn_wc__adm_child(const char *path,
|
| HD | wc_db_wcroot.c | 60 format_file_path = svn_wc__adm_child(abspath, SVN_WC__ADM_ENTRIES, in get_old_version() 88 format_file_path = svn_wc__adm_child(abspath, SVN_WC__ADM_FORMAT, in get_old_version() 807 const char *admin_abspath = svn_wc__adm_child( in svn_wc__db_wcroot_parse_local_abspath() 823 admin_abspath = svn_wc__adm_child(local_abspath, SDB_FILE, in svn_wc__db_wcroot_parse_local_abspath()
|
| HD | wc_db_util.c | 123 const char *sdb_abspath = svn_wc__adm_child(dir_abspath, sdb_fname, in svn_wc__db_util_open_db()
|
| HD | adm_ops.c | 529 adm_abspath = svn_wc__adm_child(local_abspath, "", scratch_pool); in integrate_nested_wc_as_copy() 530 moved_adm_abspath = svn_wc__adm_child(moved_abspath, "", scratch_pool); in integrate_nested_wc_as_copy() 761 return svn_wc__adm_child(wcroot_abspath, SVN_WC__ADM_NONEXISTENT_PATH, in nonexistent_path()
|
| HD | workqueue.c | 412 entries_path = svn_wc__adm_child(wcroot_abspath, SVN_WC__ADM_ENTRIES, in run_postupgrade() 414 format_path = svn_wc__adm_child(wcroot_abspath, SVN_WC__ADM_FORMAT, in run_postupgrade()
|