index_path 1627 builtin/am.c static int fall_back_threeway(const struct am_state *state, const char *index_path) index_path 1635 builtin/am.c if (build_fake_ancestor(state, index_path)) index_path 1639 builtin/am.c read_cache_from(index_path); index_path 1641 builtin/am.c if (write_index_as_tree(orig_tree, &the_index, index_path, 0, NULL)) index_path 1662 builtin/am.c if (run_apply(state, index_path)) index_path 1666 builtin/am.c if (write_index_as_tree(his_tree, &the_index, index_path, 0, NULL)) index_path 269 builtin/update-index.c if (index_path(ce->sha1, path, st, index_path 595 cache-tree.c int write_index_as_tree(unsigned char *sha1, struct index_state *index_state, const char *index_path, int flags, const char *prefix) index_path 606 cache-tree.c newfd = hold_lock_file_for_update(lock_file, index_path, LOCK_DIE_ON_ERROR); index_path 608 cache-tree.c entries = read_index_from(index_state, index_path); index_path 49 cache-tree.h int write_index_as_tree(unsigned char *sha1, struct index_state *index_state, const char *index_path, int flags, const char *prefix); index_path 568 cache.h extern int index_path(unsigned char *sha1, const char *path, struct stat *st, unsigned flags); index_path 3137 diff.c if (index_path(one->sha1, one->path, &st, 0)) index_path 713 notes-merge.c if (index_path(blob_sha1, path.buf, &st, HASH_WRITE_OBJECT)) index_path 696 read-cache.c if (index_path(ce->sha1, path, st, HASH_WRITE_OBJECT)) {