HomeSort by relevance Sort by last modified time
    Searched refs:chroot (Results 201 - 225 of 227) sorted by null

1 2 3 4 5 6 7 8910

  /prebuilts/go/darwin-x86/src/syscall/
zsysnum_freebsd_386.go 61 SYS_CHROOT = 61 // { int chroot(char *path); }
zsysnum_freebsd_amd64.go 61 SYS_CHROOT = 61 // { int chroot(char *path); }
zsysnum_freebsd_arm.go 61 SYS_CHROOT = 61 // { int chroot(char *path); }
zsyscall_solaris_amd64.go 21 //go:cgo_import_dynamic libc_Chroot chroot "libc.so"
387 func Chroot(path string) (err error) {
zsysnum_netbsd_386.go 55 SYS_CHROOT = 61 // { int|sys||chroot(const char *path); }
zsysnum_netbsd_amd64.go 55 SYS_CHROOT = 61 // { int|sys||chroot(const char *path); }
zsysnum_netbsd_arm.go 55 SYS_CHROOT = 61 // { int|sys||chroot(const char *path); }
  /prebuilts/go/linux-x86/src/syscall/
zsysnum_dragonfly_amd64.go 62 SYS_CHROOT = 61 // { int chroot(char *path); }
zsysnum_freebsd_386.go 61 SYS_CHROOT = 61 // { int chroot(char *path); }
zsysnum_freebsd_amd64.go 61 SYS_CHROOT = 61 // { int chroot(char *path); }
zsysnum_freebsd_arm.go 61 SYS_CHROOT = 61 // { int chroot(char *path); }
zsyscall_solaris_amd64.go 21 //go:cgo_import_dynamic libc_Chroot chroot "libc.so"
387 func Chroot(path string) (err error) {
zsysnum_netbsd_386.go 55 SYS_CHROOT = 61 // { int|sys||chroot(const char *path); }
zsysnum_netbsd_amd64.go 55 SYS_CHROOT = 61 // { int|sys||chroot(const char *path); }
zsysnum_netbsd_arm.go 55 SYS_CHROOT = 61 // { int|sys||chroot(const char *path); }
  /external/openssh/
session.c     [all...]
sshd.c 636 if (chroot(_PATH_PRIVSEP_CHROOT_DIR) == -1)
637 fatal("chroot(\"%s\"): %s", _PATH_PRIVSEP_CHROOT_DIR,
646 /* XXX not ready, too heavy after chroot */
    [all...]
  /external/tcpdump/
tcpdump.c 736 /* Drop root privileges and chroot if necessary */
743 fprintf(stderr, "tcpdump: Chroot without dropping root is insecure\n");
750 if (chroot(chroot_dir) != 0 || chdir ("/") != 0) {
751 fprintf(stderr, "tcpdump: Couldn't chroot/chdir to '%.64s': %s\n",
    [all...]
  /external/ipsec-tools/src/racoon/
cfparse.y 183 %token PRIVSEP USER GROUP CHROOT
314 | CHROOT QUOTEDSTRING { lcconf->chroot = $2->v; } EOS
    [all...]
  /external/minijail/
common.mk 787 $(SUDO_CMD) chroot $(SYSROOT) $(QEMU_PATH) \
    [all...]
  /external/modp_b64/
common.mk 787 $(SUDO_CMD) chroot $(SYSROOT) $(QEMU_PATH) \
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
edk2module.c 764 "chroot(path)\n\n\
770 return edk2_1str(args, "et:chroot", chroot);
    [all...]
  /external/toybox/generated/
flags.h 235 // chroot ^<1 ^<1
    [all...]
  /external/valgrind/memcheck/tests/x86-linux/
scalar.stderr.exp 640 Syscall param chroot(path) contains uninitialised byte(s)
644 Syscall param chroot(path) points to unaddressable byte(s)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/
edk2module.c 763 "chroot(path)\n\n\
769 return posix_1str(args, "et:chroot", chroot);
    [all...]

Completed in 394 milliseconds

1 2 3 4 5 6 7 8910