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

/systemd/src/shared/
H A Dinstall.c2318 _cleanup_free_ char *units_dir; local
2321 units_dir = path_join(root_dir, *i, NULL);
2322 if (!units_dir)
2325 d = opendir(units_dir);
2394 _cleanup_free_ char *units_dir; local
2397 units_dir = path_join(root_dir, *i, NULL);
2398 if (!units_dir)
2401 d = opendir(units_dir);
2427 f->path = path_make_absolute(de->d_name, units_dir);

Completed in 103 milliseconds