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

1 2 3 4 5 6 78 910

  /external/strace/linux/ia64/
syscallent.h 88 [1068] = { 1, TF, SEN(chroot), "chroot" },
  /external/strace/linux/m68k/
syscallent.h 90 [ 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 90 [ 61] = { 1, TF, SEN(chroot), "chroot" },
  /external/strace/linux/powerpc64/
syscallent.h 90 [ 61] = { 1, TF, SEN(chroot), "chroot" },
  /external/strace/linux/s390/
syscallent.h 92 [ 61] = { 1, TF, SEN(chroot), "chroot" },
  /external/strace/linux/sh/
syscallent.h 92 [ 61] = { 1, TF, SEN(chroot), "chroot" },
  /external/strace/linux/sh64/
syscallent.h 90 [ 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 584 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 90 [ 61] = { 1, TF, SEN(chroot), "chroot" },
  /external/strace/linux/bfin/
syscallent.h 90 [ 61] = { 1, TF, SEN(chroot), "chroot" },
  /external/strace/linux/microblaze/
syscallent.h 90 [ 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);
  /external/strace/tests/
Makefile 140 chmod$(EXEEXT) chown$(EXEEXT) chown32$(EXEEXT) chroot$(EXEEXT) \
402 chroot_SOURCES = chroot.c
403 chroot_OBJECTS = chroot.$(OBJEXT)
    [all...]
  /external/strace/tests-m32/
Makefile 140 chmod$(EXEEXT) chown$(EXEEXT) chown32$(EXEEXT) chroot$(EXEEXT) \
402 chroot_SOURCES = chroot.c
403 chroot_OBJECTS = chroot.$(OBJEXT)
    [all...]
  /external/strace/tests-mx32/
Makefile 140 chmod$(EXEEXT) chown$(EXEEXT) chown32$(EXEEXT) chroot$(EXEEXT) \
402 chroot_SOURCES = chroot.c
403 chroot_OBJECTS = chroot.$(OBJEXT)
    [all...]
  /prebuilts/go/darwin-x86/src/syscall/
zsysnum_dragonfly_amd64.go 62 SYS_CHROOT = 61 // { int chroot(char *path); }

Completed in 278 milliseconds

1 2 3 4 5 6 78 910