Home
last modified time | relevance | path

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

12

/dports/java/java-subversion/subversion-1.14.1/subversion/libsvn_wc/
H A Dadm_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()
H A Dupgrade.c438 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()
487 svn_wc__adm_child(wcroot_abspath, in wipe_obsolete_files()
492 svn_wc__adm_child(wcroot_abspath, in wipe_obsolete_files()
[all …]
H A Dadm_files.h46 const char *svn_wc__adm_child(const char *path,
H A Dwc_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()
H A Dwc_db_util.c123 const char *sdb_abspath = svn_wc__adm_child(dir_abspath, sdb_fname, in svn_wc__db_util_open_db()
H A Dadm_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()
H A Dworkqueue.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()
/dports/devel/py-subversion/subversion-1.14.1/subversion/libsvn_wc/
H A Dadm_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()
H A Dupgrade.c438 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()
487 svn_wc__adm_child(wcroot_abspath, in wipe_obsolete_files()
492 svn_wc__adm_child(wcroot_abspath, in wipe_obsolete_files()
[all …]
H A Dadm_files.h46 const char *svn_wc__adm_child(const char *path,
H A Dwc_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()
H A Dwc_db_util.c123 const char *sdb_abspath = svn_wc__adm_child(dir_abspath, sdb_fname, in svn_wc__db_util_open_db()
H A Dadm_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()
/dports/security/subversion-gnome-keyring/subversion-1.14.1/subversion/libsvn_wc/
H A Dadm_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()
H A Dupgrade.c438 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()
487 svn_wc__adm_child(wcroot_abspath, in wipe_obsolete_files()
492 svn_wc__adm_child(wcroot_abspath, in wipe_obsolete_files()
[all …]
H A Dadm_files.h46 const char *svn_wc__adm_child(const char *path,
H A Dwc_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()
H A Dwc_db_util.c123 const char *sdb_abspath = svn_wc__adm_child(dir_abspath, sdb_fname, in svn_wc__db_util_open_db()
H A Dadm_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()
/dports/devel/p5-subversion/subversion-1.14.1/subversion/libsvn_wc/
H A Dadm_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()
H A Dupgrade.c438 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()
487 svn_wc__adm_child(wcroot_abspath, in wipe_obsolete_files()
492 svn_wc__adm_child(wcroot_abspath, in wipe_obsolete_files()
[all …]
H A Dadm_files.h46 const char *svn_wc__adm_child(const char *path,
H A Dwc_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()
H A Dwc_db_util.c123 const char *sdb_abspath = svn_wc__adm_child(dir_abspath, sdb_fname, in svn_wc__db_util_open_db()
H A Dadm_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()

12