Home
last modified time | relevance | path

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

/linux-4.1.27/tools/lguest/
Dlguest.c3228 char *chroot_path = NULL; in main() local
3292 chroot_path = optarg; in main()
3366 if (chroot_path) { in main()
3367 if (chroot(chroot_path) != 0) in main()
3368 err(1, "chroot(\"%s\") failed", chroot_path); in main()