Lines Matching full:shell
15 if ! adb shell true >/dev/null 2>&1
20 HARDWARE=`adb shell getprop ro.hardware | tr -d "\r"`
62 adb shell stop
63 adb shell stop sdcard
64 adb shell stop ril-daemon
65 adb shell stop media
66 adb shell stop drm
67 adb shell stop keystore
68 adb shell stop tf_daemon
69 adb shell stop bluetoothd
70 adb shell stop hciattach
71 adb shell umount /sdcard >/dev/null 2>&1
72 adb shell umount /data >/dev/null 2>&1
73 adb shell umount /cache >/dev/null 2>&1
80 adb shell "cat $CPUFREQ/cpuinfo_max_freq > $CPUFREQ/scaling_max_freq"
81 adb shell "cat $CPUFREQ/cpuinfo_max_freq > $CPUFREQ/scaling_min_freq"
89 adb shell dd if="$CACHE" of=/dev/null bs=1048576 count=200
96 adb shell dd if=/dev/zero of="$CACHE" bs=1048576 count=200
103 adb shell /dev/"$PERF" -r 100 "$CACHE"
110 adb shell /dev/"$PERF" -w 100 "$CACHE"
117 adb shell /dev/"$PERF" -w 100 -o "$CACHE"
121 adb shell make_ext4fs "$CACHE"