Lines Matching refs:shell
32 if adb shell test -d "$ART_TEST_CHROOT"; then
36 adb shell lsof | grep "$ART_TEST_CHROOT"
46 adb shell ls -ld "/proc/*/root" \
51 local cmdline=$(adb shell cat "$dir"/cmdline | tr '\000' ' ')
83 adb shell test -d "$dir" \
84 && adb shell mount | grep -q " on $dir type $fstype " \
85 && if adb shell umount "$dir"; then
86 $remove_dir && adb shell rmdir "$dir"
89 adb shell lsof | grep "$dir"
94 adb shell rm -f "$ART_TEST_CHROOT/bin"
97 adb shell rm -rf "$ART_TEST_CHROOT/apex"
116 adb shell rm -f "$ART_TEST_CHROOT/etc"
117 adb shell rm -rf "$ART_TEST_CHROOT/system/etc"
120 adb shell rm -rf "$ART_TEST_CHROOT/data/local/tmp"
121 adb shell rm -rf "$ART_TEST_CHROOT/data/dalvik-cache"
122 adb shell rm -rf "$ART_TEST_CHROOT/tmp"
131 adb shell rm -f "$ART_TEST_CHROOT$f"
144 adb shell kill -9 "$pid"