Searched refs:dir_abspath (Results 1 - 25 of 28) sorted by relevance

12

/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Dcleanup.c85 const char *dir_abspath,
98 SVN_ERR(can_be_cleaned(&wc_format, db, dir_abspath, scratch_pool));
102 SVN_ERR(svn_wc__db_wclock_find_root(&lock_abspath, db, dir_abspath,
105 dir_abspath = lock_abspath;
106 SVN_ERR(svn_wc__db_wclock_obtain(db, dir_abspath, -1, break_locks, scratch_pool));
111 SVN_ERR(svn_wc__wq_run(db, dir_abspath, cancel_func, cancel_baton,
114 SVN_ERR(svn_wc__db_is_wcroot(&is_wcroot, db, dir_abspath, scratch_pool));
117 SVN_ERR(svn_wc__db_verify(db, dir_abspath, scratch_pool));
130 SVN_ERR(svn_wc__adm_cleanup_tmp_area(db, dir_abspath, scratch_pool));
133 SVN_ERR(svn_wc__db_pristine_cleanup(db, dir_abspath, scratch_poo
82 cleanup_internal(svn_wc__db_t *db, const char *dir_abspath, svn_boolean_t break_locks, svn_boolean_t fix_recorded_timestamps, svn_boolean_t vacuum_pristines, svn_cancel_func_t cancel_func, void *cancel_baton, apr_pool_t *scratch_pool) argument
[all...]
H A Dadm_files.h112 const char *dir_abspath,
122 const char *dir_abspath,
H A Dupgrade.c166 const char *dir_abspath,
180 propfile_abspath = svn_wc__adm_child(dir_abspath, WCPROPS_FNAME_FOR_DIR,
186 props_dir_abspath = svn_wc__adm_child(dir_abspath, WCPROPS_SUBDIR_FOR_FILES,
219 const char *dir_abspath,
228 err = svn_wc__open_adm_stream(&stream, dir_abspath,
257 svn_dirent_local_style(dir_abspath, scratch_pool));
279 const char *dir_abspath,
291 SVN_ERR(svn_wc__read_entries_old(&entries, dir_abspath,
318 child_abspath = svn_dirent_join(dir_abspath, name, scratch_pool);
525 svn_wc__wipe_postupgrade(const char *dir_abspath, argument
165 read_many_wcprops(apr_hash_t **all_wcprops, const char *dir_abspath, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
218 read_wcprops(apr_hash_t **all_wcprops, const char *dir_abspath, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
277 get_versioned_subdirs(apr_array_header_t **children, svn_boolean_t *delete_dir, const char *dir_abspath, svn_boolean_t skip_missing, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
666 upgrade_apply_props(svn_sqlite__db_t *sdb, const char *dir_abspath, const char *local_relpath, apr_hash_t *base_props, apr_hash_t *revert_props, apr_hash_t *working_props, int original_format, apr_int64_t wc_id, apr_pool_t *scratch_pool) argument
847 migrate_node_props(const char *dir_abspath, const char *new_wcroot_abspath, const char *name, svn_sqlite__db_t *sdb, int original_format, apr_int64_t wc_id, apr_pool_t *scratch_pool) argument
926 migrate_props(const char *dir_abspath, const char *new_wcroot_abspath, svn_sqlite__db_t *sdb, int original_format, apr_int64_t wc_id, apr_pool_t *scratch_pool) argument
1010 migrate_text_bases(apr_hash_t **text_bases_info, const char *dir_abspath, const char *new_wcroot_abspath, svn_sqlite__db_t *sdb, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
1485 upgrade_to_wcng(void **dir_baton, void *parent_baton, svn_wc__db_t *db, const char *dir_abspath, int old_format, apr_int64_t wc_id, svn_wc_upgrade_get_repos_info_t repos_info_func, void *repos_info_baton, apr_hash_t *repos_cache, const struct upgrade_data_t *data, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
1727 upgrade_working_copy(void *parent_baton, svn_wc__db_t *db, const char *dir_abspath, svn_wc_upgrade_get_repos_info_t repos_info_func, void *repos_info_baton, apr_hash_t *repos_cache, const struct upgrade_data_t *data, svn_cancel_func_t cancel_func, void *cancel_baton, svn_wc_notify_func2_t notify_func, void *notify_baton, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
[all...]
H A Dadm_files.c287 const char *dir_abspath,
294 SVN_ERR_ASSERT(svn_dirent_is_absolute(dir_abspath));
296 local_abspath = svn_wc__adm_child(dir_abspath, fname, scratch_pool);
496 const char *dir_abspath,
503 SVN_ERR_ASSERT(svn_dirent_is_absolute(dir_abspath));
505 SVN_ERR(svn_wc__write_check(db, dir_abspath, scratch_pool));
507 SVN_ERR(svn_wc__db_is_wcroot(&is_wcroot, db, dir_abspath, scratch_pool));
515 SVN_ERR(svn_wc__db_drop_root(db, dir_abspath, scratch_pool));
516 SVN_ERR(svn_io_remove_dir2(svn_wc__adm_child(dir_abspath, NULL,
282 svn_wc__open_adm_stream(svn_stream_t **stream, const char *dir_abspath, const char *fname, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
491 svn_wc__adm_destroy(svn_wc__db_t *db, const char *dir_abspath, svn_cancel_func_t cancel_func, void *cancel_baton, apr_pool_t *scratch_pool) argument
H A Dwc_db_util.c115 const char *dir_abspath,
124 const char *sdb_abspath = svn_wc__adm_child(dir_abspath, sdb_fname,
113 svn_wc__db_util_open_db(svn_sqlite__db_t **sdb, const char *dir_abspath, const char *sdb_fname, svn_sqlite__mode_t smode, svn_boolean_t exclusive, apr_int32_t timeout, const char *const *my_statements, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
H A Dentries.h115 const char *dir_abspath,
H A Dentries.c395 const char *dir_abspath,
424 entry_abspath = svn_dirent_join(dir_abspath, entry->name, scratch_pool);
472 dir_abspath,
484 child_abspath = svn_dirent_join(dir_abspath, child_name,
931 dir_abspath, checksum,
949 db, dir_abspath, conflict,
960 db, dir_abspath,
982 db, dir_abspath,
1002 SVN_ERR(check_file_external(entry, db, entry_abspath, dir_abspath,
1018 const char *dir_abspath,
392 read_one_entry(const svn_wc_entry_t **new_entry, svn_wc__db_t *db, const char *dir_abspath, svn_wc__db_wcroot_t *wcroot, const char *dir_relpath, const char *name, const svn_wc_entry_t *parent_entry, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
1015 read_entries_new(apr_hash_t **result_entries, svn_wc__db_t *db, const char *dir_abspath, svn_wc__db_wcroot_t *wcroot, const char *dir_relpath, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
1068 read_entry_pair_txn(const svn_wc_entry_t **parent_entry, const svn_wc_entry_t **entry, svn_wc__db_t *db, const char *dir_abspath, svn_wc__db_wcroot_t *wcroot, const char *dir_relpath, const char *name, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
1168 read_entry_pair(const svn_wc_entry_t **parent_entry, const svn_wc_entry_t **entry, svn_wc__db_t *db, const char *dir_abspath, const char *name, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
1196 read_entries(apr_hash_t **entries, svn_wc__db_t *db, const char *dir_abspath, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
1329 const char *dir_abspath; local
2494 svn_wc__write_upgraded_entries(void **dir_baton, void *parent_baton, svn_wc__db_t *db, svn_sqlite__db_t *sdb, apr_int64_t repos_id, apr_int64_t wc_id, const char *dir_abspath, const char *new_root_abspath, apr_hash_t *entries, apr_hash_t *text_bases_info, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
[all...]
H A Dnode.c63 const char *dir_abspath,
76 svn_dirent_join(dir_abspath, name,
87 const char *dir_abspath,
94 wc_ctx->db, dir_abspath,
96 make_absolute(children, dir_abspath, child_names, result_pool);
103 const char *dir_abspath,
111 wc_ctx->db, dir_abspath,
113 make_absolute(children, dir_abspath, child_names, result_pool);
255 const char *dir_abspath,
275 dir_abspath, scratch_poo
61 make_absolute(const apr_array_header_t **children_abspaths, const char *dir_abspath, const apr_array_header_t *rel_children, apr_pool_t *result_pool) argument
84 svn_wc__node_get_children_of_working_node(const apr_array_header_t **children, svn_wc_context_t *wc_ctx, const char *dir_abspath, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
100 svn_wc__node_get_not_present_children(const apr_array_header_t **children, svn_wc_context_t *wc_ctx, const char *dir_abspath, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
252 walker_helper(svn_wc__db_t *db, const char *dir_abspath, svn_boolean_t show_hidden, const apr_hash_t *changelist_filter, svn_wc__node_found_func_t walk_callback, void *walk_baton, svn_depth_t depth, svn_cancel_func_t cancel_func, void *cancel_baton, apr_pool_t *scratch_pool) argument
[all...]
H A Dold-and-busted.c1057 parse_entries_xml(const char *dir_abspath,
1087 svn_dirent_local_style(dir_abspath, scratch_pool)));
1192 const char *dir_abspath,
1205 SVN_ERR(svn_wc__open_adm_stream(&stream, dir_abspath, SVN_WC__ADM_ENTRIES,
1217 SVN_ERR(parse_entries_xml(dir_abspath, *entries, buf->data, buf->len,
1234 svn_dirent_local_style(dir_abspath,
1259 svn_dirent_local_style(dir_abspath,
1311 const char *dir_abspath;
1313 svn_dirent_split(&dir_abspath, &entry_name, local_abspath, pool);
1315 dir_access = svn_wc__adm_retrieve_internal2(db, dir_abspath, poo
1056 parse_entries_xml(const char *dir_abspath, apr_hash_t *entries, const char *buf, apr_size_t size, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
1190 svn_wc__read_entries_old(apr_hash_t **entries, const char *dir_abspath, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
1310 const char *dir_abspath; local
[all...]
H A Dmerge.c505 const char *dir_abspath, *target_name;
511 svn_dirent_split(&dir_abspath, &target_name, mt->local_abspath,
524 NULL, left_copy, dir_abspath, target_name, left_label,
527 NULL, right_copy, dir_abspath, target_name, right_label,
530 NULL, target_copy, dir_abspath, target_name, target_label,
1228 const char *dir_abspath = svn_dirent_dirname(target_abspath, scratch_pool);
1242 SVN_ERR(svn_wc__write_check(wc_ctx->db, dir_abspath, scratch_pool));
504 const char *dir_abspath, *target_name; local
1227 const char *dir_abspath = svn_dirent_dirname(target_abspath, scratch_pool); local
H A Drevert.c756 const char *dir_abspath;
762 dir_abspath = svn_dirent_dirname(local_abspath, scratch_pool);
764 dir_abspath = local_abspath;
766 SVN_ERR(svn_wc__write_check(db, dir_abspath, scratch_pool));
755 const char *dir_abspath; local
H A Dprops.c286 const char *dir_abspath;
289 dir_abspath = local_abspath;
291 dir_abspath = svn_dirent_dirname(local_abspath, scratch_pool);
294 SVN_ERR(svn_wc__write_check(db, dir_abspath, scratch_pool));
2031 const char *dir_abspath;
2034 dir_abspath = local_abspath;
2036 dir_abspath = svn_dirent_dirname(local_abspath, scratch_pool);
2039 SVN_ERR(svn_wc__write_check(db, dir_abspath, scratch_pool));
284 const char *dir_abspath; local
2029 const char *dir_abspath; local
H A Dwc_db_private.h212 const char *dir_abspath,
H A Dwc.h622 svn_wc__wipe_postupgrade(const char *dir_abspath,
H A Dadm_crawler.c245 const char *dir_abspath,
275 SVN_ERR(svn_wc__db_base_get_children_info(&base_children, db, dir_abspath,
280 err = svn_io_get_dirents3(&dirents, dir_abspath, TRUE,
321 this_abspath = svn_dirent_join(dir_abspath, child, iterpool);
244 report_revisions_and_depths(svn_wc__db_t *db, const char *dir_abspath, const char *report_relpath, svn_revnum_t dir_rev, const char *dir_repos_relpath, const char *dir_repos_root, svn_depth_t dir_depth, const svn_ra_reporter3_t *reporter, void *report_baton, svn_boolean_t restore_files, svn_depth_t depth, svn_boolean_t honor_depth_exclude, svn_boolean_t depth_compatibility_trick, svn_boolean_t report_everything, svn_boolean_t use_commit_times, svn_cancel_func_t cancel_func, void *cancel_baton, svn_wc_notify_func2_t notify_func, void *notify_baton, apr_pool_t *scratch_pool) argument
H A Dwc_db.h813 const char *dir_abspath,
2045 const char *dir_abspath,
2132 const char *dir_abspath,
H A Dcopy.c352 const char *dir_abspath = svn_dirent_dirname(dst_abspath, scratch_pool);
388 SVN_ERR(svn_wc__wq_run(db, dir_abspath,
350 const char *dir_abspath = svn_dirent_dirname(dst_abspath, scratch_pool); local
H A Dwc_db.c1426 const char *dir_abspath,
1438 SVN_ERR(svn_wc__db_util_open_db(sdb, dir_abspath, sdb_fname,
1946 const char *dir_abspath, *name; local
1962 svn_dirent_split(&dir_abspath, &name, local_abspath, scratch_pool);
1965 dir_abspath, scratch_pool, scratch_pool));
2743 const char *dir_abspath,
2750 SVN_ERR_ASSERT(svn_dirent_is_absolute(dir_abspath));
2753 dir_abspath, scratch_pool, scratch_pool));
5918 const char *dir_abspath; local
5924 svn_dirent_split(&dir_abspath,
1423 create_db(svn_sqlite__db_t **sdb, apr_int64_t *repos_id, apr_int64_t *wc_id, const char *dir_abspath, const char *repos_root_url, const char *repos_uuid, const char *sdb_fname, const char *root_node_repos_relpath, svn_revnum_t root_node_revision, svn_depth_t root_node_depth, svn_boolean_t exclusive, apr_int32_t timeout, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
2741 svn_wc__db_base_get_children_info(apr_hash_t **nodes, svn_wc__db_t *db, const char *dir_abspath, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
5966 const char *dir_abspath; local
6011 const char *dir_abspath; local
9575 svn_wc__db_read_children_info(apr_hash_t **nodes, apr_hash_t **conflicts, svn_wc__db_t *db, const char *dir_abspath, svn_boolean_t base_tree_only, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
9965 svn_wc__db_read_children_walker_info(const apr_array_header_t **items, svn_wc__db_t *db, const char *dir_abspath, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
13319 svn_wc__db_upgrade_begin(svn_sqlite__db_t **sdb, apr_int64_t *repos_id, apr_int64_t *wc_id, svn_wc__db_t *wc_db, const char *dir_abspath, const char *repos_root_url, const char *repos_uuid, apr_pool_t *scratch_pool) argument
[all...]
H A Dupdate_editor.c5280 const char *dir_abspath = svn_dirent_dirname(local_abspath, scratch_pool);
5305 SVN_ERR(svn_wc__write_check(db, dir_abspath, pool));
5334 db, dir_abspath, scratch_pool, scratch_pool));
5375 wc_ctx->db, dir_abspath,
5435 db, dir_abspath,
5554 return svn_error_trace(svn_wc__wq_run(db, dir_abspath,
5275 const char *dir_abspath = svn_dirent_dirname(local_abspath, scratch_pool); local
/freebsd-11-stable/contrib/subversion/subversion/libsvn_client/
H A Dcleanup.c220 svn_client_cleanup2(const char *dir_abspath,
229 SVN_ERR_ASSERT(svn_dirent_is_absolute(dir_abspath));
231 SVN_ERR(do_cleanup(dir_abspath,
245 svn_client_vacuum(const char *dir_abspath,
254 SVN_ERR_ASSERT(svn_dirent_is_absolute(dir_abspath));
256 SVN_ERR(do_cleanup(dir_abspath,
218 svn_client_cleanup2(const char *dir_abspath, svn_boolean_t break_locks, svn_boolean_t fix_recorded_timestamps, svn_boolean_t clear_dav_cache, svn_boolean_t vacuum_pristines, svn_boolean_t include_externals, svn_client_ctx_t *ctx, apr_pool_t *scratch_pool) argument
243 svn_client_vacuum(const char *dir_abspath, svn_boolean_t remove_unversioned_items, svn_boolean_t remove_ignored_items, svn_boolean_t fix_recorded_timestamps, svn_boolean_t vacuum_pristines, svn_boolean_t include_externals, svn_client_ctx_t *ctx, apr_pool_t *scratch_pool) argument
H A Dstatus.c434 const char *dir, *dir_abspath;
477 dir_abspath = target_abspath;
483 dir_abspath = svn_dirent_dirname(target_abspath, pool);
494 err = svn_wc_read_kind2(&kind, ctx->wc_ctx, dir_abspath,
511 dir_abspath = target_abspath;
521 sb.anchor_abspath = dir_abspath;
543 SVN_ERR(svn_client_url_from_path2(&URL, dir_abspath, ctx,
554 dir_abspath, NULL,
563 dir_abspath, target_basename,
588 dir_abspath, poo
431 const char *dir, *dir_abspath; local
[all...]
H A Dadd.c360 add_dir_recursive(const char *dir_abspath,
385 err = svn_wc_add_from_disk3(ctx->wc_ctx, dir_abspath, NULL /*props*/,
405 SVN_ERR(svn_wc_get_ignores2(&ignores, ctx->wc_ctx, dir_abspath,
421 SVN_ERR(svn_client__get_all_auto_props(&config_autoprops, dir_abspath,
425 SVN_ERR(svn_io_get_dirents3(&dirents, dir_abspath, TRUE, scratch_pool,
452 abspath = svn_dirent_join(dir_abspath, name, iterpool);
358 add_dir_recursive(const char *dir_abspath, svn_depth_t depth, svn_boolean_t force, svn_boolean_t no_autoprops, svn_magic__cookie_t *magic_cookie, apr_hash_t *config_autoprops, svn_boolean_t refresh_ignores, apr_array_header_t *ignores, svn_client_ctx_t *ctx, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
H A Dimport.c315 const char *dir_abspath,
329 SVN_ERR(svn_io_get_dirents3(&dirents, dir_abspath, TRUE, result_pool,
340 local_abspath = svn_dirent_join(dir_abspath, base_name, iterpool);
427 import_children(const char *dir_abspath,
466 this_abspath = svn_dirent_join(dir_abspath, filename, iterpool);
313 get_filtered_children(apr_hash_t **children, const char *dir_abspath, apr_hash_t *excludes, apr_array_header_t *ignores, apr_array_header_t *global_ignores, svn_client_import_filter_func_t filter_callback, void *filter_baton, svn_client_ctx_t *ctx, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
426 import_children(const char *dir_abspath, const char *edit_path, apr_hash_t *dirents, const svn_delta_editor_t *editor, void *dir_baton, svn_depth_t depth, apr_hash_t *excludes, apr_array_header_t *global_ignores, svn_boolean_t no_ignore, svn_boolean_t no_autoprops, svn_boolean_t ignore_unknown_node_types, svn_client_import_filter_func_t filter_callback, void *filter_baton, import_ctx_t *import_ctx, svn_client_ctx_t *ctx, apr_pool_t *scratch_pool) argument
H A Dpatch.c3546 const char *dir_abspath = svn_dirent_dirname(deleted_target, scratch_pool);
3550 while (svn_dirent_is_child(apply_root, dir_abspath, iterpool))
3554 cb.local_abspath = dir_abspath;
3558 err = svn_wc_walk_status(ctx->wc_ctx, dir_abspath, svn_depth_infinity,
3579 SVN_ERR(svn_wc_delete4(ctx->wc_ctx, dir_abspath, FALSE, FALSE,
3588 pti->local_abspath = apr_pstrdup(result_pool, dir_abspath);
3599 notify = svn_wc_create_notify(dir_abspath, svn_wc_notify_delete,
3607 dir_abspath = svn_dirent_dirname(dir_abspath, scratch_pool);
3545 const char *dir_abspath = svn_dirent_dirname(deleted_target, scratch_pool); local
/freebsd-11-stable/contrib/subversion/subversion/include/private/
H A Dsvn_wc_private.h403 * node at @a dir_abspath. The elements of @a *children are (const char *)
410 * @a dir_abspath. Do not include a path just because it was a child of a
411 * deleted directory that existed at @a dir_abspath if that directory is now
412 * sheduled to be replaced by the working node at @a dir_abspath.
420 const char *dir_abspath,
432 const char *dir_abspath,
891 const char *dir_abspath,

Completed in 582 milliseconds

12