Home
last modified time | relevance | path

Searched refs:temporary_dir (Results 1 – 4 of 4) sorted by relevance

/systemd-251/src/core/
Dgenerator-setup.c56 if (p->temporary_dir) in lookup_paths_flush_generator()
57 (void) rm_rf(p->temporary_dir, REMOVE_ROOT|REMOVE_PHYSICAL); in lookup_paths_flush_generator()
/systemd-251/src/basic/
Dpath-lookup.h59 char *temporary_dir; member
Dpath-lookup.c738 .temporary_dir = TAKE_PTR(tempdir), in lookup_paths_init()
776 lp->temporary_dir = mfree(lp->temporary_dir); in lookup_paths_free()
/systemd-251/src/analyze/
Danalyze-security.c2713 r = strv_extend(&m->lookup_paths.search_path, m->lookup_paths.temporary_dir); in offline_security_checks()
2743 … dropin = strjoin(m->lookup_paths.temporary_dir, "/", unit_name, ".d/profile.conf"); in offline_security_checks()