Lines Matching refs:dropin_paths
2306 char ***dropin_paths) {
2343 if (dropin_paths) {
2383 if (dropin_paths) {
2398 if (dropin_paths && !strv_isempty(dropins)) {
2399 *dropin_paths = dropins;
3340 char **dropin_paths;
3471 if (!strv_isempty(i->dropin_paths)) {
3476 STRV_FOREACH(dropin, i->dropin_paths) {
3985 r = sd_bus_message_read_strv(m, &i->dropin_paths);
4471 strv_free(info.dropin_paths);
4807 _cleanup_strv_free_ char **dropin_paths = NULL;
4810 r = unit_find_paths(bus, *name, &lp, &fragment_path, &dropin_paths);
4827 STRV_FOREACH(path, dropin_paths) {
4828 r = cat_file(*path, path == dropin_paths);