Lines Matching defs:unit_path
265 r = path_split_and_make_absolute(e, &p->unit_path);
269 p->unit_path = NULL;
271 if (!p->unit_path || append) {
274 _cleanup_strv_free_ char **unit_path;
284 unit_path = user_dirs(generator, generator_early, generator_late);
286 unit_path = strv_new(
303 unit_path = strv_new(
320 if (!unit_path)
323 r = strv_extend_strv(&p->unit_path, unit_path, false);
328 if (!path_strv_resolve_uniq(p->unit_path, root_dir))
331 if (!strv_isempty(p->unit_path)) {
332 _cleanup_free_ char *t = strv_join(p->unit_path, "\n\t");
338 p->unit_path = strv_free(p->unit_path);
419 p->unit_path = strv_free(p->unit_path);