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

  /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...]
  /external/qemu/
vl-android.c 4954 const char *chroot_dir = NULL; local
    [all...]
vl.c 5018 const char *chroot_dir = NULL; local
    [all...]

Completed in 325 milliseconds