Home
last modified time | relevance | path

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

12345678

/dports/devel/libgit2/libgit2-1.3.0/tests/core/
H A Drmdir.c33 cl_git_pass(git_futils_rmdir_r(empty_tmp_dir, NULL, GIT_RMDIR_REMOVE_FILES)); in test_core_rmdir__cleanup()
43 cl_git_pass(git_futils_rmdir_r(empty_tmp_dir, NULL, GIT_RMDIR_EMPTY_HIERARCHY)); in test_core_rmdir__delete_recursive()
59 cl_git_fail(git_futils_rmdir_r(empty_tmp_dir, NULL, GIT_RMDIR_EMPTY_HIERARCHY)); in test_core_rmdir__fail_to_delete_non_empty_dir()
62 cl_git_pass(git_futils_rmdir_r(empty_tmp_dir, NULL, GIT_RMDIR_EMPTY_HIERARCHY)); in test_core_rmdir__fail_to_delete_non_empty_dir()
71 cl_git_pass(git_futils_rmdir_r(empty_tmp_dir, NULL, GIT_RMDIR_SKIP_ROOT)); in test_core_rmdir__keep_base()
83 cl_git_pass(git_futils_rmdir_r(empty_tmp_dir, NULL, GIT_RMDIR_SKIP_NONEMPTY)); in test_core_rmdir__can_skip_non_empty_dir()
86 cl_git_pass(git_futils_rmdir_r(empty_tmp_dir, NULL, GIT_RMDIR_REMOVE_FILES)); in test_core_rmdir__can_skip_non_empty_dir()
101 cl_git_pass(git_futils_rmdir_r("one/two_two/three/file.txt", empty_tmp_dir, in test_core_rmdir__can_remove_empty_parents()
119 cl_git_pass(git_futils_rmdir_r(empty_tmp_dir, NULL, GIT_RMDIR_EMPTY_HIERARCHY)); in test_core_rmdir__can_remove_empty_parents()
H A Dmkdir.c9 git_futils_rmdir_r("d0", NULL, GIT_RMDIR_EMPTY_HIERARCHY); in cleanup_basic_dirs()
10 git_futils_rmdir_r("d1", NULL, GIT_RMDIR_EMPTY_HIERARCHY); in cleanup_basic_dirs()
11 git_futils_rmdir_r("d2", NULL, GIT_RMDIR_EMPTY_HIERARCHY); in cleanup_basic_dirs()
12 git_futils_rmdir_r("d3", NULL, GIT_RMDIR_EMPTY_HIERARCHY); in cleanup_basic_dirs()
13 git_futils_rmdir_r("d4", NULL, GIT_RMDIR_EMPTY_HIERARCHY); in cleanup_basic_dirs()
98 git_futils_rmdir_r("base", NULL, GIT_RMDIR_EMPTY_HIERARCHY); in cleanup_basedir()
150 git_futils_rmdir_r("r", NULL, GIT_RMDIR_EMPTY_HIERARCHY); in cleanup_chmod_root()
H A Dcopy.c44 cl_git_pass(git_futils_rmdir_r("an_dir", NULL, GIT_RMDIR_REMOVE_FILES)); in test_core_copy__file_in_dir()
108 cl_git_pass(git_futils_rmdir_r("t1", NULL, GIT_RMDIR_REMOVE_FILES)); in test_core_copy__tree()
132 cl_git_pass(git_futils_rmdir_r("t2", NULL, GIT_RMDIR_REMOVE_FILES)); in test_core_copy__tree()
151 cl_git_pass(git_futils_rmdir_r("src", NULL, GIT_RMDIR_REMOVE_FILES)); in test_core_copy__tree()
H A Dfilebuf.c186 cl_git_pass(git_futils_rmdir_r(dir, NULL, GIT_RMDIR_REMOVE_FILES)); in test_core_filebuf__symlink_follow()
214 cl_git_pass(git_futils_rmdir_r("linkdir", NULL, GIT_RMDIR_REMOVE_FILES)); in test_core_filebuf__symlink_follow_absolute_paths()
231 cl_git_pass(git_futils_rmdir_r(dir, NULL, GIT_RMDIR_REMOVE_FILES)); in test_core_filebuf__symlink_depth()
H A Dfutils.c81 cl_git_pass(git_futils_rmdir_r("a", NULL, GIT_RMDIR_REMOVE_FILES)); in test_core_futils__recursive_rmdir_keeps_symlink_targets()
H A Dstat.c15 git_futils_rmdir_r("root", NULL, GIT_RMDIR_REMOVE_FILES); in test_core_stat__cleanup()
/dports/devel/libgit2/libgit2-1.3.0/tests/clone/
H A Dlocal.c155 cl_git_pass(git_futils_rmdir_r("./clone.git", NULL, GIT_RMDIR_REMOVE_FILES)); in test_clone_local__hardlinks()
156 cl_git_pass(git_futils_rmdir_r("./clone2.git", NULL, GIT_RMDIR_REMOVE_FILES)); in test_clone_local__hardlinks()
157 cl_git_pass(git_futils_rmdir_r("./clone3.git", NULL, GIT_RMDIR_REMOVE_FILES)); in test_clone_local__hardlinks()
158 cl_git_pass(git_futils_rmdir_r("./clone4.git", NULL, GIT_RMDIR_REMOVE_FILES)); in test_clone_local__hardlinks()
185 cl_git_pass(git_futils_rmdir_r("./clone.git", NULL, GIT_RMDIR_REMOVE_FILES)); in test_clone_local__standard_unc_paths_are_written_git_style()
211 cl_git_pass(git_futils_rmdir_r("./clone.git", NULL, GIT_RMDIR_REMOVE_FILES)); in test_clone_local__git_style_unc_paths()
H A Dtransport.c48 cl_git_pass(git_futils_rmdir_r("./custom_transport.git", NULL, GIT_RMDIR_REMOVE_FILES)); in test_clone_transport__custom_transport()
/dports/devel/libgit2/libgit2-1.3.0/tests/object/blob/
H A Dwrite.c52 cl_must_pass(git_futils_rmdir_r(ELSEWHERE, NULL, GIT_RMDIR_REMOVE_FILES)); in test_object_blob_write__can_create_a_blob_in_a_standard_repo_from_a_absolute_filepath_pointing_outside_of_the_working_directory()
68 cl_must_pass(git_futils_rmdir_r(ELSEWHERE, NULL, GIT_RMDIR_REMOVE_FILES)); in test_object_blob_write__can_create_a_blob_in_a_bare_repo_from_a_absolute_filepath()
/dports/devel/libgit2/libgit2-1.3.0/tests/config/
H A Dglobal.c30 cl_git_pass(git_futils_rmdir_r("home", NULL, GIT_RMDIR_REMOVE_FILES)); in test_config_global__cleanup()
31 cl_git_pass(git_futils_rmdir_r("xdg", NULL, GIT_RMDIR_REMOVE_FILES)); in test_config_global__cleanup()
32 cl_git_pass(git_futils_rmdir_r("etc", NULL, GIT_RMDIR_REMOVE_FILES)); in test_config_global__cleanup()
/dports/devel/libgit2/libgit2-1.3.0/tests/repo/
H A Dopen.c12 git_futils_rmdir_r("alternate", NULL, GIT_RMDIR_REMOVE_FILES); in test_repo_open__cleanup()
160 cl_git_pass(git_futils_rmdir_r(git_buf_cstr(&path), NULL, GIT_RMDIR_REMOVE_FILES)); in test_repo_open__with_symlinked_config()
289 git_futils_rmdir_r("invalid", NULL, GIT_RMDIR_REMOVE_FILES); in test_repo_open__bad_gitlinks()
290 git_futils_rmdir_r("invalid2", NULL, GIT_RMDIR_REMOVE_FILES); in test_repo_open__bad_gitlinks()
379 cl_git_pass(git_futils_rmdir_r( in test_repo_open__no_config()
H A Denv.c28 git_futils_rmdir_r("attr", NULL, GIT_RMDIR_REMOVE_FILES); in test_repo_env__cleanup()
30 git_futils_rmdir_r("testrepo.git", NULL, GIT_RMDIR_REMOVE_FILES); in test_repo_env__cleanup()
32 git_futils_rmdir_r("peeled.git", NULL, GIT_RMDIR_REMOVE_FILES); in test_repo_env__cleanup()
/dports/devel/libgit2/libgit2-1.3.0/tests/checkout/
H A Dtypechange.c220 int error = git_futils_rmdir_r(file, NULL, in force_create_file()
242 git_futils_rmdir_r(git_buf_cstr(&submodulepath), NULL, GIT_RMDIR_REMOVE_FILES); in make_submodule_dirty()
277 git_futils_rmdir_r("typechanges/d", NULL, GIT_RMDIR_REMOVE_FILES); in test_checkout_typechange__checkout_with_conflicts()
/dports/devel/libgit2/libgit2-1.3.0/tests/remote/
H A Dfetch.c42 cl_git_pass(git_futils_rmdir_r(repo1_path, NULL, GIT_RMDIR_REMOVE_FILES)); in test_remote_fetch__cleanup()
45 cl_git_pass(git_futils_rmdir_r(repo2_path, NULL, GIT_RMDIR_REMOVE_FILES)); in test_remote_fetch__cleanup()
H A Dhttpproxy.c145 cl_git_pass(git_futils_rmdir_r("home", NULL, GIT_RMDIR_REMOVE_FILES)); in test_remote_httpproxy__config_overrides_detached_remote()
/dports/devel/libgit2/libgit2-1.3.0/tests/stash/
H A Dforeach.c37 cl_git_pass(git_futils_rmdir_r(REPO_NAME, NULL, GIT_RMDIR_REMOVE_FILES)); in test_stash_foreach__cleanup()
/dports/devel/interactive_rebase_tool/git-interactive-rebase-tool-1.2.1/cargo-crates/libgit2-sys-0.7.11/libgit2/src/
H A Dfileops.h170 extern int git_futils_rmdir_r(const char *path, const char *base, uint32_t flags);
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/libgit2-sys-0.12.26+1.3.0/libgit2/src/
H A Dfutils.h170 extern int git_futils_rmdir_r(const char *path, const char *base, uint32_t flags);
/dports/misc/broot/broot-1.7.0/cargo-crates/libgit2-sys-0.12.21+1.1.0/libgit2/src/
H A Dfutils.h170 extern int git_futils_rmdir_r(const char *path, const char *base, uint32_t flags);
/dports/devel/git-absorb/git-absorb-0.6.6/cargo-crates/libgit2-sys-0.12.13+1.0.1/libgit2/src/
H A Dfutils.h170 extern int git_futils_rmdir_r(const char *path, const char *base, uint32_t flags);
/dports/devel/R-cran-git2r/git2r/src/libgit2/src/
H A Dfileops.h170 extern int git_futils_rmdir_r(const char *path, const char *base, uint32_t flags);
/dports/devel/git-delta/delta-0.9.2/cargo-crates/libgit2-sys-0.12.24+1.3.0/libgit2/src/
H A Dfutils.h170 extern int git_futils_rmdir_r(const char *path, const char *base, uint32_t flags);
/dports/sysutils/vector/vector-0.10.0/cargo-crates/libgit2-sys-0.12.7+1.0.0/libgit2/src/
H A Dfutils.h170 extern int git_futils_rmdir_r(const char *path, const char *base, uint32_t flags);
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/libgit2-sys-0.12.19+1.1.0/libgit2/src/
H A Dfutils.h170 extern int git_futils_rmdir_r(const char *path, const char *base, uint32_t flags);
/dports/devel/tokei/tokei-12.1.2/cargo-crates/libgit2-sys-0.12.17+1.1.0/libgit2/src/
H A Dfutils.h170 extern int git_futils_rmdir_r(const char *path, const char *base, uint32_t flags);

12345678