HomeSort by relevance Sort by last modified time
    Searched refs:chroot_dir (Results 1 - 2 of 2) sorted by null

  /external/qemu/
os-posix.c 52 static const char *chroot_dir; variable
198 chroot_dir = optarg;
227 if (chroot_dir) {
228 if (chroot(chroot_dir) < 0) {
  /external/tcpdump/
tcpdump.c 374 droproot(const char *username, const char *chroot_dir)
378 if (chroot_dir && !username) {
385 if (chroot_dir) {
386 if (chroot(chroot_dir) != 0 || chdir ("/") != 0) {
388 chroot_dir, pcap_strerror(errno));
465 char *chroot_dir = NULL; local
820 if (!chroot_dir)
821 chroot_dir = WITH_CHROOT;
1005 if (username || chroot_dir)
1006 droproot(username, chroot_dir);
    [all...]

Completed in 51 milliseconds