Home
last modified time | relevance | path

Searched defs:chroot (Results 1 – 25 of 71) sorted by relevance

123

/aosp_15_r20/cts/hostsidetests/seccomp/app/assets/
H A Dsyscalls_blocked.json7 "chroot": 61, number
41 "chroot": 51, number
69 "chroot": 4061, number
97 "chroot": 5156, number
125 "chroot": 51, number
153 "chroot": 61, number
187 "chroot": 161, number
/aosp_15_r20/external/minijail/
H A Dminijail0_cli.c363 static void use_chroot(struct minijail *j, const char *path, int *chroot, in use_chroot()
374 int *pivot_root, int chroot) in use_pivot_root()
385 int *pivot_root, int chroot, size_t *tmp_size) in use_profile()
766 int chroot = 0, pivot_root = 0; in parse_args() local
/aosp_15_r20/tools/treble/build/sandbox/
H A Dnsjail.py52 chroot, argument
146 chroot, argument
H A Dbuild_android_sandboxed.py30 chroot, argument
/aosp_15_r20/prebuilts/go/linux-x86/src/syscall/
Dexec_linux.go137 func forkAndExecInChild(argv0 *byte, argv, envv []*byte, chroot, dir *byte, attr *ProcAttr, sys *Sy… argument
220 func forkAndExecInChild1(argv0 *byte, argv, envv []*byte, chroot, dir *byte, attr *ProcAttr, sys *S… argument
Dexec_libc2.go55 func forkAndExecInChild(argv0 *byte, argv, envv []*byte, chroot, dir *byte, attr *ProcAttr, sys *Sy… argument
Dexec_bsd.go54 func forkAndExecInChild(argv0 *byte, argv, envv []*byte, chroot, dir *byte, attr *ProcAttr, sys *Sy… argument
Dexec_freebsd.go60 func forkAndExecInChild(argv0 *byte, argv, envv []*byte, chroot, dir *byte, attr *ProcAttr, sys *Sy… argument
Dexec_libc.go81 func forkAndExecInChild(argv0 *byte, argv, envv []*byte, chroot, dir *byte, attr *ProcAttr, sys *Sy… argument
/aosp_15_r20/external/rust/android-crates-io/crates/rustix/src/process/
Dchroot.rs14 pub fn chroot<P: path::Arg>(path: P) -> io::Result<()> { in chroot() function
Dmod.rs6 mod chroot; module
/aosp_15_r20/external/musl/src/linux/
H A Dchroot.c5 int chroot(const char *path) in chroot() function
/aosp_15_r20/external/trusty/musl/src/linux/
Dchroot.c5 int chroot(const char *path) in chroot() function
/aosp_15_r20/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DArtGTest.java24 String chroot = ArtChrootPreparer.CHROOT_PATH; in getGTestCmdLineWrapper() local
/aosp_15_r20/art/test/
H A Drun-test55 def __init__(self, tmp_dir: Path, target: bool, chroot, dex_location, test_name) -> None: argument
532 chroot = args.chroot or "" variable
/aosp_15_r20/external/autotest/utils/frozen_chromite/lib/
H A Dcros_build_lib.py1066 def FindCompressor(compression, chroot=None): argument
1203 def CreateTarball(target, cwd, sudo=False, compression=COMP_XZ, chroot=None, argument
/aosp_15_r20/external/tcpdump/
H A Dconfigure.ac166 AC_ARG_WITH(chroot, [ --with-chroot=DIRECTORY when dropping privileges, chroot to DIRECTORY]) optwith
/aosp_15_r20/external/toolchain-utils/crosperf/
H A Dexperiment_factory_unittest.py352 build, autotest_dir, debug_dir, board, chroot, log_level, perf_args argument
/aosp_15_r20/external/libcap/tests/
H A Dlibcap_launch_test.c19 const char *chroot; member
/aosp_15_r20/art/libarttools/
H A Dart_exec.cc86 std::string chroot; member
/aosp_15_r20/development/python-packages/gdbrunner/gdbrunner/
H A D__init__.py147 lldb=False, chroot="", cwd=""): argument
/aosp_15_r20/external/libcap/cap/
H A Dlaunch.go42 chroot string member
/aosp_15_r20/external/rust/android-crates-io/crates/rustix/src/backend/linux_raw/process/
Dsyscalls.rs78 pub(crate) fn chroot(filename: &CStr) -> io::Result<()> { in chroot() function
/aosp_15_r20/external/libcap/libcap/
H A Dlibcap.h309 char *chroot; member
/aosp_15_r20/external/rust/android-crates-io/crates/rustix/src/backend/libc/process/
Dsyscalls.rs96 pub(crate) fn chroot(path: &CStr) -> io::Result<()> { in chroot() function

123