cache_file_exists 3656 builtin/apply.c 			ce = cache_file_exists(name->buf, name->len, ignore_case);
cache_file_exists 1176 dir.c          	if (cache_file_exists(pathname, len, ignore_case))
cache_file_exists 1210 dir.c          	ce = cache_file_exists(dirname, len, ignore_case);
cache_file_exists 1377 dir.c          	ce = cache_file_exists(path, len, 0);
cache_file_exists 1439 dir.c          	int has_path_in_index = !!cache_file_exists(path->buf, path->len, ignore_case);
cache_file_exists  590 merge-recursive.c 			ce = cache_file_exists(path, strlen(path), ignore_case);