| 837 | static enum verify_path_result verify_path_internal(const char *, unsigned); |
| 838 | |
| 839 | int verify_path(const char *path, unsigned mode) |
| 840 | { |
| 841 | return verify_path_internal(path, mode) == PATH_OK; |
| 842 | } |
| 843 | |
| 844 | struct cache_entry *make_cache_entry(struct index_state *istate, |
| 845 | unsigned int mode, |