Searched refs:parent_abspath (Results 1 - 15 of 15) sorted by relevance

/freebsd-11-stable/contrib/subversion/subversion/libsvn_client/
H A Dadd.c593 const char *parent_abspath;
615 parent_abspath = svn_dirent_dirname(local_abspath, scratch_pool);
620 SVN_ERR(find_existing_parent(existing_parent_abspath, ctx, parent_abspath,
797 const char *parent_abspath;
803 parent_abspath = existing_parent_abspath;
819 parent_abspath = svn_dirent_join(parent_abspath, component,
821 SVN_ERR(svn_io_check_path(parent_abspath, &disk_kind, iterpool));
825 parent_abspath, local_abspath);
827 SVN_ERR(svn_io_make_dir_recursively(parent_abspath, scratch_poo
591 const char *parent_abspath; local
795 const char *parent_abspath; local
900 const char *parent_abspath; local
[all...]
H A Dupdate.c630 const char *parent_abspath = local_abspath;
646 parent_abspath, !innerupdate,
651 || svn_dirent_is_root(parent_abspath, strlen(parent_abspath)))
657 parent_abspath = svn_dirent_dirname(parent_abspath, pool);
658 APR_ARRAY_PUSH(missing_parents, const char *) = parent_abspath;
628 const char *parent_abspath = local_abspath; local
H A Dexternals.c1122 const char *parent_abspath; local
1134 parent_abspath = item_abspath;
1138 parent_abspath = svn_dirent_dirname(parent_abspath, iterpool);
1139 SVN_ERR(svn_wc_read_kind2(&kind, ctx->wc_ctx, parent_abspath,
1147 err = svn_io_dir_remove_nonrecursive(parent_abspath, iterpool);
1165 } while (strcmp(parent_abspath, defining_abspath) != 0);
H A Dcommit_util.c925 const char *parent_abspath = svn_dirent_dirname(local_abspath,
930 if (look_up_committable(committables, parent_abspath, scratch_pool))
933 SVN_ERR(svn_wc__node_is_added(&parent_added, wc_ctx, parent_abspath,
946 wc_ctx, parent_abspath,
950 parent_abspath = copy_root_abspath;
952 if (!svn_hash_gets(danglers, parent_abspath))
954 svn_hash_sets(danglers, apr_pstrdup(result_pool, parent_abspath),
924 const char *parent_abspath = svn_dirent_dirname(local_abspath, local
H A Dpatch.c3170 const char *parent_abspath;
3172 parent_abspath = svn_dirent_dirname(target->local_abspath,
3178 parent_abspath, FALSE, FALSE, pool));
3191 SVN_ERR(svn_io_check_path(parent_abspath, &disk_kind, pool));
3169 const char *parent_abspath; local
H A Dmerge.c3109 const char *parent_abspath;
3115 parent_abspath = svn_dirent_dirname(local_abspath, scratch_pool);
3123 SVN_ERR(check_repos_match(merge_b->target, parent_abspath, copyfrom_url,
6216 const char *parent_abspath;
6227 parent_abspath = svn_dirent_dirname(child->abspath, pool);
6228 parent = get_child_with_mergeinfo(children_with_mergeinfo, parent_abspath);
6237 parent = svn_client__merge_path_create(parent_abspath, pool);
6248 parent_abspath,
3105 const char *parent_abspath; local
6209 const char *parent_abspath; local
H A Dconflicts.c7947 char *parent_abspath = svn_dirent_dirname(local_abspath, scratch_pool);
7949 &lock_abspath, ctx->wc_ctx, parent_abspath,
8419 const char *parent_abspath;
8427 parent_abspath = svn_dirent_dirname(local_abspath, scratch_pool);
8429 parent_abspath,
7945 char *parent_abspath = svn_dirent_dirname(local_abspath, scratch_pool); local
8417 const char *parent_abspath; local
/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Dupgrade.c1824 const char *parent_abspath, *name; local
1838 svn_dirent_split(&parent_abspath, &name, local_abspath, scratch_pool);
1840 err = svn_wc__read_entries_old(&entries, parent_abspath,
1857 while (!svn_dirent_is_root(parent_abspath, strlen(parent_abspath)))
1859 svn_dirent_split(&parent_abspath, &name, parent_abspath, scratch_pool);
1860 err = svn_wc__read_entries_old(&entries, parent_abspath,
1865 parent_abspath = svn_dirent_join(parent_abspath, nam
[all...]
H A Dadm_ops.c293 const char *parent_abspath = svn_dirent_dirname(local_abspath, scratch_pool);
298 SVN_ERR(svn_wc__write_check(db, parent_abspath, scratch_pool));
305 db, parent_abspath, result_pool, scratch_pool);
343 db, parent_abspath,
350 db, parent_abspath,
292 const char *parent_abspath = svn_dirent_dirname(local_abspath, scratch_pool); local
H A Dlock.c1509 const char *parent_abspath;
1512 parent_abspath = svn_dirent_dirname(local_abspath, scratch_pool);
1517 local_abspath = parent_abspath;
1522 local_abspath = parent_abspath;
1528 err = svn_wc__db_read_kind(&parent_kind, db, parent_abspath,
1547 local_abspath = parent_abspath;
1508 const char *parent_abspath; local
H A Dinfo.c431 const char *parent_abspath = svn_dirent_dirname(child_abspath, scratch_pool);
436 && strcmp(root_abspath, parent_abspath) == 0)
430 const char *parent_abspath = svn_dirent_dirname(child_abspath, scratch_pool); local
H A Dstatus.c1082 const char *parent_abspath,
1179 wb->db, parent_abspath, ignore_patterns,
1424 const char *parent_abspath = svn_dirent_dirname(local_abspath,
1434 wb->db, parent_abspath,
1441 wb->db, parent_abspath,
1451 parent_abspath,
2873 const char *const parent_abspath = svn_dirent_dirname(local_abspath,
2883 db, parent_abspath,
2892 db, parent_abspath,
1077 one_child_status(const struct walk_status_baton *wb, const char *local_abspath, const char *parent_abspath, const struct svn_wc__db_info_t *info, const svn_io_dirent2_t *dirent, const char *dir_repos_root_url, const char *dir_repos_relpath, const char *dir_repos_uuid, svn_boolean_t unversioned_tree_conflicted, apr_array_header_t **collected_ignore_patterns, const apr_array_header_t *ignore_patterns, svn_depth_t depth, svn_boolean_t get_all, svn_boolean_t no_ignore, svn_wc_status_func4_t status_func, void *status_baton, svn_cancel_func_t cancel_func, void *cancel_baton, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
1421 const char *parent_abspath = svn_dirent_dirname(local_abspath, local
2866 const char *const parent_abspath = svn_dirent_dirname(local_abspath, local
H A Dadm_crawler.c800 const char *parent_abspath, *base;
804 svn_dirent_split(&parent_abspath, &base, local_abspath,
813 db, parent_abspath,
799 const char *parent_abspath, *base; local
H A Dwc_db.h2948 const char *parent_abspath,
H A Dwc_db.c1197 is_immediate_child_path(const char *parent_abspath, const char *child_abspath) argument
1199 const char *local_relpath = svn_dirent_skip_ancestor(parent_abspath,
1235 const char *parent_abspath; local
1269 parent_abspath = svn_dirent_dirname(local_abspath, scratch_pool);
1270 remove_from_access_cache(wcroot->access_cache, parent_abspath);
13356 const char *parent_abspath,
13408 parent_abspath),
13353 svn_wc__db_upgrade_insert_external(svn_wc__db_t *db, const char *local_abspath, svn_node_kind_t kind, const char *parent_abspath, const char *def_local_abspath, const char *repos_relpath, const char *repos_root_url, const char *repos_uuid, svn_revnum_t def_peg_revision, svn_revnum_t def_revision, apr_pool_t *scratch_pool) argument

Completed in 405 milliseconds