Searched defs:drops (Results 1 - 1 of 1) sorted by relevance

/systemd/src/delta/
H A Ddelta.c215 static int enumerate_dir_d(Hashmap *top, Hashmap *bottom, Hashmap *drops, const char *toppath, const char *drop) { argument
278 h = hashmap_get(drops, unit);
283 hashmap_put(drops, unit, h);
293 log_debug("Adding to drops: %s %s %s %s %s",
305 static int enumerate_dir(Hashmap *top, Hashmap *bottom, Hashmap *drops, const char *path, bool dropins) { argument
310 assert(drops);
336 enumerate_dir_d(top, bottom, drops, path, de->d_name);
369 Hashmap *top, *bottom, *drops; local
385 drops = hashmap_new(&string_hash_ops);
386 if (!top || !bottom || !drops) {
[all...]

Completed in 1117 milliseconds