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

  /external/tcpdump/
tcpdump.c 588 droproot(const char *username, const char *chroot_dir)
592 if (chroot_dir && !username) {
600 if (chroot_dir) {
601 if (chroot(chroot_dir) != 0 || chdir ("/") != 0) {
603 program_name, chroot_dir, pcap_strerror(errno));
1114 char *chroot_dir = NULL; local
    [all...]
  /external/toolchain-utils/
tc_enter_chroot.py 274 def CreateMountPointsFromString(mount_strings, chroot_dir):
288 mount_point = MountPoint(external_dir, chroot_dir + '/' + mount_dir,

Completed in 205 milliseconds