Home
last modified time | relevance | path

Searched refs:work_dir (Results 1 – 2 of 2) sorted by relevance

/systemd-251/src/nspawn/ !
Dnspawn-mount.c59 if (m->work_dir) { in custom_mount_free_all()
60 (void) rm_rf(m->work_dir, REMOVE_ROOT|REMOVE_PHYSICAL); in custom_mount_free_all()
61 free(m->work_dir); in custom_mount_free_all()
193 if (m->work_dir) { in custom_mount_prepare_all()
196 s = resolve_source_path(dest, m->work_dir); in custom_mount_prepare_all()
200 free_and_replace(m->work_dir, s); in custom_mount_prepare_all()
202 r = tempfn_random(m->source, NULL, &m->work_dir); in custom_mount_prepare_all()
207 (void) mkdir_label(m->work_dir, 0700); in custom_mount_prepare_all()
859 escaped_work_dir = shell_escape(m->work_dir, ",:"); in mount_overlay()
Dnspawn-mount.h41 char *work_dir; member