Lines Matching full:path
33 char *path; member
67 * @param ancestor the path of the file as it existed in the ancestor
68 * @param ours the path of the file as it existed in our tree
69 * @param theirs the path of the file as it existed in their tree
100 * Finds the resolve undo entry that points to the given path in the Git
105 * @param path path to search
108 GIT_EXTERN(int) git_index_reuc_find(size_t *at_pos, git_index *index, const char *path);
117 * @param path path to search
120 …EXTERN(const git_index_reuc_entry *) git_index_reuc_get_bypath(git_index *index, const char *path);
141 * If there exists a resolve undo entry for the given path in the index,
147 * @param path filename to add
156 GIT_EXTERN(int) git_index_reuc_add(git_index *index, const char *path,