Searched refs:ART_TEST_CHROOT (Results 1 – 11 of 11) sorted by relevance
116 if [[ -n "$ART_TEST_CHROOT" ]]; then118 echo -e "${green}Prepare the chroot dir in $ART_TEST_CHROOT${nc}"121 [[ "x$ART_TEST_CHROOT" = x/* ]] || { echo "$ART_TEST_CHROOT is not an absolute path"; exit 1; }124 adb shell mkdir -p "$ART_TEST_CHROOT"140 "&&" mkdir -p "$ART_TEST_CHROOT$(dirname $f)" \141 "&&" cp -f "$f" "$ART_TEST_CHROOT$f"145 adb shell mkdir -p "$ART_TEST_CHROOT/tmp"146 adb shell mkdir -p "$ART_TEST_CHROOT/data/dalvik-cache"147 adb shell mkdir -p "$ART_TEST_CHROOT/data/local/tmp"150 adb shell mkdir -p "$ART_TEST_CHROOT/system/etc"[all …]
30 if [[ -n "$ART_TEST_CHROOT" ]]; then32 [[ "x$ART_TEST_CHROOT" = x/* ]] || { echo "$ART_TEST_CHROOT is not an absolute path"; exit 1; }34 if adb shell test -d "$ART_TEST_CHROOT"; then37 echo -e "${green}List open files under chroot dir $ART_TEST_CHROOT${nc}"38 adb shell lsof | grep "$ART_TEST_CHROOT"49 | sed -n -e "s,^.* \\(/proc/.*/root\\) -> $ART_TEST_CHROOT\$,\\1,p" \67 echo -e "${green}List processes running from binaries under chroot dir $ART_TEST_CHROOT${nc}"72 echo -e "${green}Tear down the chroot set up in $ART_TEST_CHROOT${nc}"84 local dir="$ART_TEST_CHROOT/$dir_in_chroot"96 adb shell rm -rf "$ART_TEST_CHROOT/apex"[all …]
27 if [[ -n "$ART_TEST_CHROOT" ]]; then29 if [[ "x$ART_TEST_CHROOT" != x/* ]]; then30 echo "$ART_TEST_CHROOT is not an absolute path"34 if adb shell test -d "$ART_TEST_CHROOT"; then36 adb shell rm -rf "$ART_TEST_CHROOT/linkerconfig"39 adb shell rm -rf "$ART_TEST_CHROOT/system"42 adb shell rm -rf "$ART_TEST_CHROOT/data"45 adb shell rmdir "$ART_TEST_CHROOT" || adb shell ls -la "$ART_TEST_CHROOT"
42 if [[ -z "$ART_TEST_CHROOT" ]]; then62 adb shell mkdir -p "$ART_TEST_CHROOT/system"63 adb push "$ANDROID_PRODUCT_OUT/system" "$ART_TEST_CHROOT/"67 "$ART_TEST_CHROOT/system/etc/public.libraries.txt"87 adb shell mkdir -p "$ART_TEST_CHROOT/apex"88 adb shell rm -rf "$ART_TEST_CHROOT/apex/${dst_apex}"91 adb shell mv "$ART_TEST_CHROOT/system/apex/${src_apex}" "$ART_TEST_CHROOT/apex/${dst_apex}" \116 adb shell chroot "$ART_TEST_CHROOT" \118 ld_generated_config_files=$(adb shell find $ART_TEST_CHROOT/linkerconfig ! -type d | sed 's/^/ /')128 adb shell mkdir -p "$ART_TEST_CHROOT/data"[all …]
27 if [[ -z "$ART_TEST_CHROOT" ]]; then47 tests=$("$adb" shell chroot "$ART_TEST_CHROOT" \55 "$adb" shell chroot "$ART_TEST_CHROOT" \
249 if [[ -n "$ART_TEST_CHROOT" ]]; then251 vogar_args="$vogar_args --chroot $ART_TEST_CHROOT"
82 if [[ -n "$ART_TEST_CHROOT" ]]; then
255 if [[ -n "$ART_TEST_CHROOT" ]]; then257 chroot_option="--chroot $ART_TEST_CHROOT"
11 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 device47 1. Set the chroot directory in `ART_TEST_CHROOT`:49 export ART_TEST_CHROOT=/data/local/art-test-chroot
91 ART_TEST_CHROOT = _env.get('ART_TEST_CHROOT') variable
405 if env.ART_TEST_CHROOT:406 options_test += ' --chroot ' + env.ART_TEST_CHROOT