| 206 | } |
| 207 | |
| 208 | static int pack_copy_cmp(const char *a, const char *b) |
| 209 | { |
| 210 | return pack_copy_priority(a) - pack_copy_priority(b); |
| 211 | } |
| 212 | |
| 213 | static int read_dir_paths(struct string_list *out, const char *path) |
| 214 | { |
nothing calls this directly
no test coverage detected