has_dirs_only_path 1208 cache.h        extern int has_dirs_only_path(const char *name, int len, int prefix_len);
has_dirs_only_path   28 entry.c        		if (has_dirs_only_path(buf, len, state->base_dir_len))
has_dirs_only_path  233 entry.c        	if (!has_dirs_only_path(path, slash - path, skiplen)) {