Home
last modified time | relevance | path

Searched refs:svn_wc__adm_child (Results 1 – 7 of 7) sorted by relevance

/freebsd-13-stable/contrib/subversion/subversion/libsvn_wc/
HDadm_files.c112 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()
HDupgrade.c180 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 …]
HDadm_files.h46 const char *svn_wc__adm_child(const char *path,
HDwc_db_wcroot.c60 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()
HDwc_db_util.c123 const char *sdb_abspath = svn_wc__adm_child(dir_abspath, sdb_fname, in svn_wc__db_util_open_db()
HDadm_ops.c529 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()
HDworkqueue.c412 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()