HomeSort by relevance Sort by last modified time
    Searched defs:chroot (Results 1 - 10 of 10) sorted by null

  /bionic/libc/arch-arm/syscalls/
chroot.S 5 ENTRY(chroot) function
16 END(chroot)
  /bionic/libc/arch-arm64/syscalls/
chroot.S 5 ENTRY(chroot) function
14 END(chroot)
  /bionic/libc/arch-mips/syscalls/
chroot.S 5 ENTRY(chroot) function
19 END(chroot)
  /bionic/libc/arch-mips64/syscalls/
chroot.S 5 ENTRY(chroot) function
25 END(chroot)
  /bionic/libc/arch-x86/syscalls/
chroot.S 5 ENTRY(chroot) function
29 END(chroot)
  /bionic/libc/arch-x86_64/syscalls/
chroot.S 5 ENTRY(chroot) function
15 END(chroot)
  /external/minijail/
minijail0.c 103 " -b: binds <src> to <dest> in chroot. Multiple "
105 " -k: mount <src> to <dest> in chroot. Multiple "
108 " -C <dir>: chroot to <dir>\n"
142 " -t: mount tmpfs at /tmp inside chroot\n"
165 int pivot_root = 0, chroot = 0; local
215 fprintf(stderr, "Could not set chroot because "
220 fprintf(stderr, "Could not set chroot.\n");
223 chroot = 1;
229 if (chroot) {
318 /* Only allow bind mounts when entering a chroot or using pivot_root. *
    [all...]
libminijail.c 108 int chroot:1; member in struct:minijail::__anon19848
454 j->flags.chroot = 1;
494 * for example: "-b /some/path/exe,/chroot/path/exe"
496 * /chroot/path/exe Then when getting the original path of
497 * "/chroot/path/exe", the source of that mount,
505 * mount, take the suffix of the chroot path relative to the
517 /* If there is a chroot path, append |path_inside_chroot| to that. */
521 /* No chroot, so the path outside is the same as it is inside. */
1035 if (chroot(j->chrootdir))
1085 if (chroot("/"))
    [all...]
  /external/ipsec-tools/src/racoon/
localconf.h 74 char *chroot; /* chroot path */ member in struct:localconf
  /external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-ios.jar 

Completed in 668 milliseconds