Searched refs:chroot (Results 1 – 9 of 9) 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 …]
57 * by setting up a `chroot` environment on the device, and "activating" the101 ### Running ART gtests on device using a `chroot` environment103 You can run ART gtests on device with the chroot-based strategy by using the112 gtests) and all the necessary dependencies for the `chroot` environment;113 2. sets up a `chroot` environment on the device;115 `chroot` environment;116 4. runs the tests within the `chroot` environment; and117 5. cleans up the environment (deactivates the APEXes and removes the `chroot`
120 chroot=400 chroot="$1"401 run_args+=(--chroot "$1")534 chroot_dex_location="$chroot$DEX_LOCATION"663 if [ -n "$chroot" ]; then735 if [ "$bisection_search" = "yes" -a -n "$chroot" ]; then984 adb pull "$chroot/$cfg_output_dir/$cfg_output" &> /dev/null1006 adb pull "$chroot/$cfg_output_dir/$cfg_output" &> /dev/null1060 adb pull "$chroot/$cfg_output_dir/$cfg_output" &> /dev/null
139 the standard chroot method described in test/README.chroot.md; the steps are148 export ART_TEST_CHROOT=/data/local/art-test-chroot
75 recommended approach is to run these tests in a chroot environment (see76 `README.chroot.md` in this directory).86 ART also supports running target (device) tests in a chroot environment (see87 `README.chroot.md` in this directory). This is currently the recommended way to
1293 test_config: "art-gtests-target-chroot.xml",
47 tests=$("$adb" shell chroot "$ART_TEST_CHROOT" \55 "$adb" shell chroot "$ART_TEST_CHROOT" \
42 // Note: ART on-device chroot-based testing and benchmarking is not yet using173 // Note: ART on-device chroot-based testing and benchmarking is not yet using
1267 adb shell chroot "$CHROOT" sh $DEX_LOCATION/cmdline.sh