Home
last modified time | relevance | path

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

/linux-4.4.14/tools/lguest/
Dlguest.c3232 char *chroot_path = NULL; in main() local
3296 chroot_path = optarg; in main()
3370 if (chroot_path) { in main()
3371 if (chroot(chroot_path) != 0) in main()
3372 err(1, "chroot(\"%s\") failed", chroot_path); in main()