Searched defs:chroot (Results 1 - 4 of 4) sorted by relevance

/external/ipsec-tools/src/racoon/
H A Dlocalconf.h74 char *chroot; /* chroot path */ member in struct:localconf
/external/minijail/
H A Dminijail0_cli.c280 static void use_chroot(struct minijail *j, const char *path, int *chroot, argument
284 fprintf(stderr, "Could not set chroot because "
289 fprintf(stderr, "Could not set chroot.\n");
292 *chroot = 1;
296 int *pivot_root, int chroot)
298 if (chroot) {
312 int *pivot_root, int chroot, size_t *tmp_size)
332 use_pivot_root(j, "/var/empty", pivot_root, chroot);
369 " -b <...>: Bind <src> to <dest> in chroot.\n"
374 " -k <...>: Mount <src> at <dest> in chroot
295 use_pivot_root(struct minijail *j, const char *path, int *pivot_root, int chroot) argument
311 use_profile(struct minijail *j, const char *profile, int *pivot_root, int chroot, size_t *tmp_size) argument
465 int chroot = 0, pivot_root = 0; local
[all...]
H A Dlibminijail.c143 int chroot : 1; member in struct:minijail::__anon17333
571 j->flags.chroot = 1;
597 * for example: "-b /some/path/exe,/chroot/path/exe"
599 * /chroot/path/exe Then when getting the original path of
600 * "/chroot/path/exe", the source of that mount,
608 * mount, take the suffix of the chroot path relative to the
620 /* If there is a chroot path, append |path_inside_chroot| to that. */
624 /* No chroot, so the path outside is the same as it is inside. */
1449 if (chroot(j->chrootdir))
1514 if (chroot("/"))
[all...]
/external/autotest/server/
H A Dsite_utils.py602 """Check if the process is running inside chroot.
607 @return: True if the process is running inside chroot or cros_build_lib
618 logging.warn('Unable to import chromite. Can not detect chroot. ' namespace

Completed in 229 milliseconds