write_index_as_tree 1641 builtin/am.c   	if (write_index_as_tree(orig_tree, &the_index, index_path, 0, NULL))
write_index_as_tree 1666 builtin/am.c   	if (write_index_as_tree(his_tree, &the_index, index_path, 0, NULL))
write_index_as_tree  651 cache-tree.c   	return write_index_as_tree(sha1, &the_index, get_index_file(), flags, prefix);
write_index_as_tree   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);