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

  /external/toolchain-utils/
tc_enter_chroot.py 266 def CreateMountPointsFromString(mount_strings, chroot_dir):
280 mount_point = MountPoint(external_dir, chroot_dir + '/' + mount_dir,
  /external/tcpdump/
tcpdump.c 738 droproot(const char *username, const char *chroot_dir)
742 if (chroot_dir && !username) {
749 if (chroot_dir) {
750 if (chroot(chroot_dir) != 0 || chdir ("/") != 0) {
752 chroot_dir, pcap_strerror(errno));
1019 char *chroot_dir = NULL; local
    [all...]

Completed in 67 milliseconds