Lines Matching refs:shell
27 …system/bin && adb push ${OUT}/system/lib64/*dumpstate*.so /system/lib64/ && adb shell am bug-report
50 adb shell mkdir /data/nativetest64
56 …& adb push ${OUT}/data/nativetest64/dumpstate_* /data/nativetest64 && adb shell /data/nativetest64…
62 …b push ${OUT}/data/nativetest64/dumpstate_test* /data/nativetest64 && adb shell /data/nativetest64…
68 adb shell setprop dumpstate.dry_run true
74 adb shell setprop dumpstate.unroot true
80 adb shell setprop dumpstate.version VERSION_NAME
86 adb shell setprop dumpstate.version split-dumpsys && adb shell dumpstate -v
92 adb shell setprop dumpstate.version default
110 alias br='adb shell cmd activity bug-report'
111 alias ls_bugs='adb shell ls -l ${BR_DIR}/'
122 if [ -z "${BR_DIR}" ] ; then echo "Variable BR_DIR not set"; else adb shell rm -rf ${BR_DIR}/*; fi