Home
last modified time | relevance | path

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

/trueos/contrib/subversion/subversion/libsvn_wc/
HDadm_files.c541 SVN_ERR(svn_io_remove_dir2(svn_wc__adm_child(dir_abspath, NULL, in svn_wc__adm_destroy()
566 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.c464 svn_error_clear(svn_io_remove_dir2( in wipe_obsolete_files()
478 svn_error_clear(svn_io_remove_dir2( in wipe_obsolete_files()
485 svn_error_clear(svn_io_remove_dir2( in wipe_obsolete_files()
490 svn_error_clear(svn_io_remove_dir2( in wipe_obsolete_files()
563 svn_error_clear(svn_io_remove_dir2(svn_wc__adm_child(dir_abspath, "", in svn_wc__wipe_postupgrade()
2278 SVN_ERR(svn_io_remove_dir2(root_adm_abspath, TRUE, NULL, NULL, in svn_wc_upgrade()
2347 SVN_ERR(svn_io_remove_dir2(data.root_abspath, FALSE, NULL, NULL, in svn_wc_upgrade()
HDrevert.c420 SVN_ERR(svn_io_remove_dir2(local_abspath, FALSE, in revert_restore()
HDadm_ops.c828 SVN_ERR(svn_io_remove_dir2(moved_abspath, FALSE, NULL, NULL, in integrate_nested_wc_as_copy()
HDworkqueue.c794 svn_io_remove_dir2(local_abspath, TRUE, in run_dir_remove()
/trueos/contrib/subversion/subversion/libsvn_fs_fs/
HDfs.c392 return svn_io_remove_dir2(path, FALSE, NULL, NULL, pool); in fs_delete_fs()
HDfs_fs.c6899 SVN_ERR(svn_io_remove_dir2(path_txn_dir(fs, txn_id, pool), FALSE, in svn_fs_fs__purge_txn()
9933 SVN_ERR(svn_io_remove_dir2(pack_file_dir, TRUE, cancel_func, cancel_baton, in pack_rev_shard()
10107 SVN_ERR(svn_io_remove_dir2(pack_file_dir, TRUE, cancel_func, cancel_baton, in pack_revprops_shard()
10220 SVN_ERR(svn_io_remove_dir2(shard_path, TRUE, in delete_revprops_shard()
10302 SVN_ERR(svn_io_remove_dir2(rev_shard_path, TRUE, in pack_shard()
11079 svn_error_t *err = svn_io_remove_dir2(path, TRUE, in remove_folder()
11415 SVN_ERR(svn_io_remove_dir2(dst_subdir, TRUE, cancel_func, cancel_baton, in hotcopy_body()
/trueos/contrib/subversion/subversion/libsvn_repos/
HDrepos.c1362 svn_io_remove_dir2(path, FALSE, NULL, NULL, pool))); in svn_repos_create()
1601 return svn_io_remove_dir2(path, FALSE, NULL, NULL, pool); in svn_repos_delete()
/trueos/contrib/subversion/subversion/include/
HDsvn_io.h1494 svn_io_remove_dir2(const char *path,
/trueos/contrib/subversion/subversion/libsvn_client/
HDadd.c1277 svn_error_clear(svn_io_remove_dir2(path, FALSE, NULL, NULL, pool)); in svn_client__make_local_parents()
/trueos/contrib/subversion/subversion/libsvn_fs_base/
HDfs.c1371 return svn_io_remove_dir2(path, FALSE, NULL, NULL, pool); in base_delete_fs()
/trueos/contrib/subversion/subversion/libsvn_subr/
HDio.c2322 return svn_io_remove_dir2(path, FALSE, NULL, NULL, pool); in svn_io_remove_dir()
2349 svn_io_remove_dir2(const char *path, svn_boolean_t ignore_enoent, in svn_io_remove_dir2() function
2388 SVN_ERR(svn_io_remove_dir2(fullpath, FALSE, cancel_func, in svn_io_remove_dir2()