Home
last modified time | relevance | path

Searched refs:cl_git_sandbox_path (Results 1 – 4 of 4) sorted by relevance

/dports/devel/libgit2/libgit2-1.3.0/tests/worktree/
H A Dbare.c62 cl_assert_equal_s(git_worktree_path(wt), cl_git_sandbox_path(0, WORKTREE_REPO, NULL)); in test_worktree_bare__repository_path()
65 …cl_assert_equal_s(git_repository_path(wtrepo), cl_git_sandbox_path(1, COMMON_REPO, "worktrees", "n… in test_worktree_bare__repository_path()
68 cl_assert_equal_s(git_repository_workdir(wtrepo), cl_git_sandbox_path(1, WORKTREE_REPO, NULL)); in test_worktree_bare__repository_path()
H A Dopen.c16 cl_assert_equal_s(wt->workdir, cl_git_sandbox_path(1, wtdir, NULL)); in assert_worktree_valid()
17 cl_assert_equal_s(wt->gitlink, cl_git_sandbox_path(0, wtdir, ".git", NULL)); in assert_worktree_valid()
18 cl_assert_equal_s(wt->gitdir, cl_git_sandbox_path(1, parentdir, ".git", "worktrees", wtdir, NULL)); in assert_worktree_valid()
/dports/devel/libgit2/libgit2-1.3.0/tests/
H A Dclar_libgit2.h193 const char *cl_git_sandbox_path(int is_dir, ...);
H A Dclar_libgit2.c323 const char *cl_git_sandbox_path(int is_dir, ...) in cl_git_sandbox_path() function