Home
last modified time | relevance | path

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

/qemu/
H A Dos-posix.c175 static const char *chroot_dir; variable
179 chroot_dir = path; in os_set_chroot()
184 if (chroot_dir) { in change_root()
185 if (chroot(chroot_dir) < 0) { in change_root()