Searched refs:temporary_dir (Results 1 – 4 of 4) sorted by relevance
56 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()
59 char *temporary_dir; member
738 .temporary_dir = TAKE_PTR(tempdir), in lookup_paths_init()776 lp->temporary_dir = mfree(lp->temporary_dir); in lookup_paths_free()
2713 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()