Home
last modified time | relevance | path

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

/systemd-251/src/core/
Dexecute.c3352 char *private_root; in compile_bind_mounts() local
3358 private_root = path_join(params->prefix[t], "private"); in compile_bind_mounts()
3359 if (!private_root) { in compile_bind_mounts()
3364 r = strv_consume(&empty_directories, private_root); in compile_bind_mounts()