HomeSort by relevance Sort by last modified time
    Searched refs:chroot (Results 176 - 200 of 230) sorted by null

1 2 3 4 5 6 78 910

  /external/strace/linux/i386/
syscallent.h 91 [ 61] = { 1, TF, SEN(chroot), "chroot" },
  /external/strace/linux/ia64/
syscallent.h 89 [1068] = { 1, TF, SEN(chroot), "chroot" },
  /external/strace/linux/m68k/
syscallent.h 91 [ 61] = { 1, TF, SEN(chroot), "chroot" },
  /external/strace/linux/mips/
syscallent-n32.h 159 [6156] = { 1, TF, SEN(chroot), "chroot" },
syscallent-n64.h 159 [5156] = { 1, TF, SEN(chroot), "chroot" },
syscallent-o32.h 64 [4061] = { 1, TF, SEN(chroot), "chroot" },
  /external/strace/linux/powerpc/
syscallent.h 91 [ 61] = { 1, TF, SEN(chroot), "chroot" },
  /external/strace/linux/powerpc64/
syscallent.h 91 [ 61] = { 1, TF, SEN(chroot), "chroot" },
  /external/strace/linux/s390/
syscallent.h 93 [ 61] = { 1, TF, SEN(chroot), "chroot" },
  /external/strace/linux/s390x/
syscallent.h 92 [ 61] = { 1, TF, SEN(chroot), "chroot" },
  /external/strace/linux/sh/
syscallent.h 93 [ 61] = { 1, TF, SEN(chroot), "chroot" },
  /external/strace/linux/sh64/
syscallent.h 91 [ 61] = { 1, TF, SEN(chroot), "chroot" },
  /external/strace/linux/sparc/
syscallent.h 62 [ 61] = { 1, TF, SEN(chroot), "chroot" },
  /external/strace/linux/sparc64/
syscallent.h 61 [ 61] = { 1, TF, SEN(chroot), "chroot" },
  /external/toybox/lib/
xwrap.c 591 if (chroot(path)) error_exit("chroot '%s'", path);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
unistd.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
unistd.h     [all...]
  /external/strace/linux/alpha/
syscallent.h 91 [ 61] = { 1, TF, SEN(chroot), "chroot" },
  /external/strace/linux/bfin/
syscallent.h 91 [ 61] = { 1, TF, SEN(chroot), "chroot" },
  /external/strace/linux/microblaze/
syscallent.h 91 [ 61] = { 1, TF, SEN(chroot), "chroot" },
  /external/strace/linux/x32/
syscallent.h 162 [161] = { 1, TF, SEN(chroot), "chroot" },
  /external/toybox/generated/
newtoys.h 28 USE_CHROOT(NEWTOY(chroot, "^<1", TOYFLAG_USR|TOYFLAG_SBIN))
  /bionic/libc/include/
unistd.h 139 int chroot(const char* __path);
  /prebuilts/go/darwin-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); }

Completed in 1721 milliseconds

1 2 3 4 5 6 78 910