/aosp_15_r20/cts/hostsidetests/seccomp/app/assets/ |
H A D | syscalls_blocked.json | 7 "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 D | minijail0_cli.c | 363 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 D | nsjail.py | 52 chroot, argument 146 chroot, argument
|
H A D | build_android_sandboxed.py | 30 chroot, argument
|
/aosp_15_r20/prebuilts/go/linux-x86/src/syscall/ |
D | exec_linux.go | 137 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
|
D | exec_libc2.go | 55 func forkAndExecInChild(argv0 *byte, argv, envv []*byte, chroot, dir *byte, attr *ProcAttr, sys *Sy… argument
|
D | exec_bsd.go | 54 func forkAndExecInChild(argv0 *byte, argv, envv []*byte, chroot, dir *byte, attr *ProcAttr, sys *Sy… argument
|
D | exec_freebsd.go | 60 func forkAndExecInChild(argv0 *byte, argv, envv []*byte, chroot, dir *byte, attr *ProcAttr, sys *Sy… argument
|
D | exec_libc.go | 81 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/ |
D | chroot.rs | 14 pub fn chroot<P: path::Arg>(path: P) -> io::Result<()> { in chroot() function
|
D | mod.rs | 6 mod chroot; module
|
/aosp_15_r20/external/musl/src/linux/ |
H A D | chroot.c | 5 int chroot(const char *path) in chroot() function
|
/aosp_15_r20/external/trusty/musl/src/linux/ |
D | chroot.c | 5 int chroot(const char *path) in chroot() function
|
/aosp_15_r20/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/ |
D | ArtGTest.java | 24 String chroot = ArtChrootPreparer.CHROOT_PATH; in getGTestCmdLineWrapper() local
|
/aosp_15_r20/art/test/ |
H A D | run-test | 55 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 D | cros_build_lib.py | 1066 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 D | configure.ac | 166 AC_ARG_WITH(chroot, [ --with-chroot=DIRECTORY when dropping privileges, chroot to DIRECTORY]) optwith
|
/aosp_15_r20/external/toolchain-utils/crosperf/ |
H A D | experiment_factory_unittest.py | 352 build, autotest_dir, debug_dir, board, chroot, log_level, perf_args argument
|
/aosp_15_r20/external/libcap/tests/ |
H A D | libcap_launch_test.c | 19 const char *chroot; member
|
/aosp_15_r20/art/libarttools/ |
H A D | art_exec.cc | 86 std::string chroot; member
|
/aosp_15_r20/development/python-packages/gdbrunner/gdbrunner/ |
H A D | __init__.py | 147 lldb=False, chroot="", cwd=""): argument
|
/aosp_15_r20/external/libcap/cap/ |
H A D | launch.go | 42 chroot string member
|
/aosp_15_r20/external/rust/android-crates-io/crates/rustix/src/backend/linux_raw/process/ |
D | syscalls.rs | 78 pub(crate) fn chroot(filename: &CStr) -> io::Result<()> { in chroot() function
|
/aosp_15_r20/external/libcap/libcap/ |
H A D | libcap.h | 309 char *chroot; member
|
/aosp_15_r20/external/rust/android-crates-io/crates/rustix/src/backend/libc/process/ |
D | syscalls.rs | 96 pub(crate) fn chroot(path: &CStr) -> io::Result<()> { in chroot() function
|