Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/subversion/subversion/libsvn_wc/
Dupgrade.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()
1983 SVN_ERR(svn_io_remove_dir2(root_adm_abspath, TRUE, NULL, NULL, in svn_wc_upgrade()
2044 SVN_ERR(svn_io_remove_dir2(data.root_abspath, FALSE, NULL, NULL, in svn_wc_upgrade()
Dadm_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()
Ddelete.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()
Drevert.c567 SVN_ERR(svn_io_remove_dir2(local_abspath, FALSE, in revert_wc_data()
Dadm_ops.c541 SVN_ERR(svn_io_remove_dir2(moved_abspath, FALSE, NULL, NULL, in integrate_nested_wc_as_copy()
Dworkqueue.c763 svn_io_remove_dir2(local_abspath, TRUE, in run_dir_remove()
/freebsd-12-stable/contrib/subversion/subversion/libsvn_client/
Dcleanup.c197 SVN_ERR(svn_io_remove_dir2(local_abspath, FALSE, in cleanup_status_walk()
Dadd.c1229 svn_io_remove_dir2(local_abspath, FALSE, in svn_client__make_local_parents()
Dshelf.c191 SVN_ERR(svn_io_remove_dir2(files_dir_abspath, TRUE /*ignore_enoent*/, in shelf_version_delete()
Dshelf2.c271 SVN_ERR(svn_io_remove_dir2(files_dir_abspath, TRUE /*ignore_enoent*/, in shelf_version_delete()
/freebsd-12-stable/contrib/subversion/subversion/libsvn_fs_x/
Drecovery.c136 SVN_ERR(svn_io_remove_dir2(path, TRUE, NULL, NULL, iterpool)); in clear_directory()
Dhotcopy.c472 SVN_ERR(svn_io_remove_dir2(svn_fs_x__path_shard(dst_fs, rev, iterpool), in hotcopy_revisions()
642 SVN_ERR(svn_io_remove_dir2(dst_subdir, TRUE, cancel_func, cancel_baton, in hotcopy_body()
Dfs.c589 return svn_error_trace(svn_io_remove_dir2(path, FALSE, NULL, NULL, in x_delete_fs()
Dpack.c2034 SVN_ERR(svn_io_remove_dir2(pack_file_dir, TRUE, cancel_func, cancel_baton, in pack_rev_shard()
2125 SVN_ERR(svn_io_remove_dir2(shard_path, TRUE, in pack_shard()
Dtransaction.c1750 SVN_ERR(svn_io_remove_dir2(svn_fs_x__path_txn_dir(fs, txn_id, subpool), in svn_fs_x__purge_txn()
/freebsd-12-stable/contrib/subversion/subversion/libsvn_fs_fs/
Dhotcopy.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()
Dfs.c629 return svn_error_trace(svn_io_remove_dir2(path, FALSE, NULL, NULL, pool)); in fs_delete_fs()
Drevprops.c1450 SVN_ERR(svn_io_remove_dir2(pack_file_dir, TRUE, cancel_func, cancel_baton, in svn_fs_fs__pack_revprops_shard()
1574 SVN_ERR(svn_io_remove_dir2(shard_path, TRUE, in svn_fs_fs__delete_revprops_shard()
Dpack.c1834 SVN_ERR(svn_io_remove_dir2(pack_file_dir, TRUE, cancel_func, cancel_baton, in pack_rev_shard()
1931 SVN_ERR(svn_io_remove_dir2(pb->rev_shard_path, TRUE, in synced_pack_shard()
Dtransaction.c1464 SVN_ERR(svn_io_remove_dir2(svn_fs_fs__path_txn_dir(fs, &txn_id, pool), in svn_fs_fs__purge_txn()
/freebsd-12-stable/contrib/subversion/subversion/libsvn_repos/
Drepos.c1196 svn_io_remove_dir2(path, FALSE, NULL, NULL, in svn_repos_create()
1498 return svn_error_trace(svn_io_remove_dir2(path, FALSE, NULL, NULL, pool)); in svn_repos_delete()
/freebsd-12-stable/contrib/subversion/subversion/include/
Dsvn_io.h1743 svn_io_remove_dir2(const char *path,
/freebsd-12-stable/contrib/subversion/subversion/libsvn_fs_base/
Dfs.c1476 return svn_io_remove_dir2(path, FALSE, NULL, NULL, pool); in base_delete_fs()
/freebsd-12-stable/contrib/subversion/subversion/libsvn_subr/
Dio.c2950 return svn_io_remove_dir2(path, FALSE, NULL, NULL, pool); in svn_io_remove_dir()
2977 svn_io_remove_dir2(const char *path, svn_boolean_t ignore_enoent, in svn_io_remove_dir2() function
3023 SVN_ERR(svn_io_remove_dir2(fullpath, FALSE, cancel_func, in svn_io_remove_dir2()
/freebsd-12-stable/contrib/subversion/
DCHANGES1706 * make svn_io_set_file_read_only() and svn_io_remove_dir2() ignore