Searched refs:chroot (Results 1 – 6 of 6) sorted by relevance
3 This file documents the use of a chroot environment in on-device testing of the4 Android Runtime (ART). Using a chroot allows tests to run a standalone ART from10 The Android Runtime (ART) supports testing in a chroot-based environment, by11 setting up a chroot directory in a `ART_TEST_CHROOT` directory located under12 `/data/local` (e.g. `ART_TEST_CHROOT=/data/local/art-test-chroot`) on a device,14 shell chroot $ART_TEST_CHROOT <command>` to execute commands on the device32 Note that using this chroot-based approach requires root access to the device37 0. Unset variables which are not used with the chroot-based approach (if they47 1. Set the chroot directory in `ART_TEST_CHROOT`:49 export ART_TEST_CHROOT=/data/local/art-test-chroot[all …]
120 chroot=394 chroot="$1"395 run_args+=(--chroot "$1")528 chroot_dex_location="$chroot$DEX_LOCATION"657 if [ -n "$chroot" ]; then725 if [ "$bisection_search" = "yes" -a -n "$chroot" ]; then973 adb pull "$chroot/$cfg_output_dir/$cfg_output" &> /dev/null995 adb pull "$chroot/$cfg_output_dir/$cfg_output" &> /dev/null1033 adb pull "$chroot/$cfg_output_dir/$cfg_output" &> /dev/null
74 recommended approach is to run these tests in a chroot environment (see75 `README.chroot.md` in this directory).85 ART also supports running target (device) tests in a chroot environment (see86 `README.chroot.md` in this directory). This is currently the recommended way to
47 tests=$("$adb" shell chroot "$ART_TEST_CHROOT" \55 "$adb" shell chroot "$ART_TEST_CHROOT" \
23 // Note: ART on-device chroot-based testing and benchmarking is not yet using151 // Note: ART on-device chroot-based testing and benchmarking is not yet using
1270 adb shell chroot "$CHROOT" sh $DEX_LOCATION/cmdline.sh