Home
last modified time | relevance | path

Searched refs:svn_io_remove_dir2 (Results 1 – 23 of 23) sorted by relevance

/NextBSD/contrib/subversion/subversion/libsvn_wc/
HDadm_files.c512 SVN_ERR(svn_io_remove_dir2(svn_wc__adm_child(dir_abspath, NULL, in svn_wc__adm_destroy()
537 SVN_ERR(svn_io_remove_dir2(tmp_path, TRUE, NULL, NULL, scratch_pool)); in svn_wc__adm_cleanup_tmp_area()
HDdelete.c73 err = svn_io_remove_dir2(path, ignore_enoent, cancel_func, cancel_baton, in erase_unversioned_from_wc()
88 SVN_ERR(svn_io_remove_dir2(path, ignore_enoent, in erase_unversioned_from_wc()
HDupgrade.c465 svn_error_clear(svn_io_remove_dir2( in wipe_obsolete_files()
479 svn_error_clear(svn_io_remove_dir2( in wipe_obsolete_files()
486 svn_error_clear(svn_io_remove_dir2( in wipe_obsolete_files()
491 svn_error_clear(svn_io_remove_dir2( in wipe_obsolete_files()
564 svn_error_clear(svn_io_remove_dir2(svn_wc__adm_child(dir_abspath, "", in svn_wc__wipe_postupgrade()
2465 SVN_ERR(svn_io_remove_dir2(root_adm_abspath, TRUE, NULL, NULL, in svn_wc_upgrade()
2526 SVN_ERR(svn_io_remove_dir2(data.root_abspath, FALSE, NULL, NULL, in svn_wc_upgrade()
HDrevert.c547 SVN_ERR(svn_io_remove_dir2(local_abspath, FALSE, in revert_wc_data()
HDadm_ops.c541 SVN_ERR(svn_io_remove_dir2(moved_abspath, FALSE, NULL, NULL, in integrate_nested_wc_as_copy()
HDworkqueue.c762 svn_io_remove_dir2(local_abspath, TRUE, in run_dir_remove()
/NextBSD/contrib/subversion/subversion/libsvn_client/
HDcleanup.c197 SVN_ERR(svn_io_remove_dir2(local_abspath, FALSE, in cleanup_status_walk()
HDadd.c1228 svn_io_remove_dir2(local_abspath, FALSE, in svn_client__make_local_parents()
/NextBSD/contrib/subversion/subversion/libsvn_fs_x/
HDhotcopy.c519 svn_error_t *err = svn_io_remove_dir2(path, TRUE, in remove_folder()
825 SVN_ERR(svn_io_remove_dir2(dst_subdir, TRUE, cancel_func, cancel_baton, in hotcopy_body()
HDfs.c587 return svn_error_trace(svn_io_remove_dir2(path, FALSE, NULL, NULL, in x_delete_fs()
HDrevprops.c1831 SVN_ERR(svn_io_remove_dir2(pack_file_dir, TRUE, cancel_func, cancel_baton, in svn_fs_x__pack_revprops_shard()
1943 SVN_ERR(svn_io_remove_dir2(shard_path, TRUE, in svn_fs_x__delete_revprops_shard()
HDpack.c2101 SVN_ERR(svn_io_remove_dir2(pack_file_dir, TRUE, cancel_func, cancel_baton, in pack_rev_shard()
2198 SVN_ERR(svn_io_remove_dir2(rev_shard_path, TRUE, in pack_shard()
HDtransaction.c1691 SVN_ERR(svn_io_remove_dir2(svn_fs_x__path_txn_dir(fs, txn_id, scratch_pool), in svn_fs_x__purge_txn()
/NextBSD/contrib/subversion/subversion/libsvn_fs_fs/
HDhotcopy.c523 svn_error_t *err = svn_io_remove_dir2(path, TRUE, in remove_folder()
953 SVN_ERR(svn_io_remove_dir2(dst_subdir, TRUE, cancel_func, cancel_baton, in hotcopy_body()
HDfs.c536 return svn_error_trace(svn_io_remove_dir2(path, FALSE, NULL, NULL, pool)); in fs_delete_fs()
HDrevprops.c1257 SVN_ERR(svn_io_remove_dir2(pack_file_dir, TRUE, cancel_func, cancel_baton, in svn_fs_fs__pack_revprops_shard()
1376 SVN_ERR(svn_io_remove_dir2(shard_path, TRUE, in svn_fs_fs__delete_revprops_shard()
HDpack.c1763 SVN_ERR(svn_io_remove_dir2(pack_file_dir, TRUE, cancel_func, cancel_baton, in pack_rev_shard()
1855 SVN_ERR(svn_io_remove_dir2(pb->rev_shard_path, TRUE, in synced_pack_shard()
HDtransaction.c1412 SVN_ERR(svn_io_remove_dir2(svn_fs_fs__path_txn_dir(fs, &txn_id, pool), in svn_fs_fs__purge_txn()
/NextBSD/contrib/subversion/subversion/libsvn_repos/
HDrepos.c1191 svn_io_remove_dir2(path, FALSE, NULL, NULL, in svn_repos_create()
1493 return svn_error_trace(svn_io_remove_dir2(path, FALSE, NULL, NULL, pool)); in svn_repos_delete()
/NextBSD/contrib/subversion/subversion/include/
HDsvn_io.h1649 svn_io_remove_dir2(const char *path,
/NextBSD/contrib/subversion/subversion/libsvn_fs_base/
HDfs.c1465 return svn_io_remove_dir2(path, FALSE, NULL, NULL, pool); in base_delete_fs()
/NextBSD/contrib/subversion/subversion/libsvn_subr/
HDio.c2684 return svn_io_remove_dir2(path, FALSE, NULL, NULL, pool); in svn_io_remove_dir()
2711 svn_io_remove_dir2(const char *path, svn_boolean_t ignore_enoent, in svn_io_remove_dir2() function
2751 SVN_ERR(svn_io_remove_dir2(fullpath, FALSE, cancel_func, in svn_io_remove_dir2()
/NextBSD/contrib/subversion/
HDCHANGES706 * make svn_io_set_file_read_only() and svn_io_remove_dir2() ignore