Searched refs:svn_io_remove_dir2 (Results 1 – 13 of 13) sorted by relevance
| /trueos/contrib/subversion/subversion/libsvn_wc/ |
| HD | adm_files.c | 541 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()
|
| HD | delete.c | 73 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()
|
| HD | upgrade.c | 464 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()
|
| HD | revert.c | 420 SVN_ERR(svn_io_remove_dir2(local_abspath, FALSE, in revert_restore()
|
| HD | adm_ops.c | 828 SVN_ERR(svn_io_remove_dir2(moved_abspath, FALSE, NULL, NULL, in integrate_nested_wc_as_copy()
|
| HD | workqueue.c | 794 svn_io_remove_dir2(local_abspath, TRUE, in run_dir_remove()
|
| /trueos/contrib/subversion/subversion/libsvn_fs_fs/ |
| HD | fs.c | 392 return svn_io_remove_dir2(path, FALSE, NULL, NULL, pool); in fs_delete_fs()
|
| HD | fs_fs.c | 6899 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/ |
| HD | repos.c | 1362 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/ |
| HD | svn_io.h | 1494 svn_io_remove_dir2(const char *path,
|
| /trueos/contrib/subversion/subversion/libsvn_client/ |
| HD | add.c | 1277 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/ |
| HD | fs.c | 1371 return svn_io_remove_dir2(path, FALSE, NULL, NULL, pool); in base_delete_fs()
|
| /trueos/contrib/subversion/subversion/libsvn_subr/ |
| HD | io.c | 2322 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()
|