copy_file         106 builtin/init-db.c 			if (copy_file(path, template, st_template.st_mode))
copy_file        1575 cache.h        extern int copy_file(const char *dst, const char *src, int mode);
copy_file          63 copy.c         	int status = copy_file(dst, src, mode);
copy_file         562 rerere.c       		copy_file(rerere_path(name, "postimage"), path, 0666);