Searched refs:node_abspath (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/subversion/subversion/libsvn_wc/ |
| H A D | lock.c | 663 const char *node_abspath; in do_open() local 674 node_abspath = svn_dirent_join(local_abspath, name, iterpool); in do_open() 679 node_abspath, in do_open()
|
| H A D | copy.c | 945 const char *node_abspath, in remove_node_conflict_markers() argument 960 const char *dst_dir = svn_dirent_dirname(node_abspath, scratch_pool); in remove_node_conflict_markers()
|
| H A D | deprecated.c | 131 const char *node_abspath = apr_hash_this_key(hi); in gather_traversal_info() local 136 node_abspath), in gather_traversal_info() 148 svn_hash_gets(ambient_depths, node_abspath)); in gather_traversal_info()
|
| H A D | wc_db.c | 2204 const char *node_abspath; in db_base_remove() local 2209 node_abspath = svn_dirent_join(wcroot->abspath, node_relpath, in db_base_remove() 2215 node_abspath, FALSE, in db_base_remove() 2221 node_abspath, in db_base_remove() 3807 const char *node_abspath; in svn_wc__db_externals_gather_definitions() local 3810 node_abspath = svn_dirent_join(wcroot->abspath, node_relpath, in svn_wc__db_externals_gather_definitions() 3813 svn_hash_sets(*externals, node_abspath, in svn_wc__db_externals_gather_definitions() 3822 svn_hash_sets(*depths, node_abspath, in svn_wc__db_externals_gather_definitions()
|
| /freebsd-12.1/contrib/subversion/subversion/libsvn_client/ |
| H A D | mergeinfo.c | 432 const char *node_abspath = apr_hash_this_key(hi); in svn_client__get_wc_mergeinfo_catalog() local 437 if (strcmp(node_abspath, local_abspath) == 0) in svn_client__get_wc_mergeinfo_catalog() 441 ctx->wc_ctx, node_abspath, in svn_client__get_wc_mergeinfo_catalog()
|