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

/systemd/src/delta/
H A Ddelta.c305 static int enumerate_dir(Hashmap *top, Hashmap *bottom, Hashmap *drops, const char *path, bool dropins) { argument
335 if (dropins && de->d_type == DT_DIR && endswith(de->d_name, ".d"))
375 bool dropins; local
381 dropins = nulstr_contains(have_dropins, suffix);
400 k = enumerate_dir(top, bottom, drops, t, dropins);
/systemd/src/systemctl/
H A Dsystemctl.c2309 _cleanup_strv_free_ char **dropins = NULL; local
2316 * - and a strv of existing drop-ins in *dropins,
2317 * if the arg is not NULL and any dropins were found.
2351 &dropins);
2384 r = unit_file_find_dropin_paths(lp->unit_path, NULL, names, &dropins);
2398 if (dropin_paths && !strv_isempty(dropins)) {
2399 *dropin_paths = dropins;
2400 dropins = NULL;

Completed in 77 milliseconds