Home | History | Annotate | Download | only in ext4

Lines Matching refs:shell

22 if ! adb shell true >/dev/null 2>&1
27 HARDWARE=`adb shell getprop ro.hardware | tr -d "\r"`
87 adb shell stop
88 adb shell stop sdcard
89 adb shell stop ril-daemon
90 adb shell stop media
91 adb shell stop drm
92 adb shell stop keystore
93 adb shell stop tf_daemon
94 adb shell stop bluetoothd
95 adb shell stop hciattach
96 adb shell stop p2p_supplicant
97 adb shell stop wpa_supplicant
98 adb shell stop mobicore
99 adb shell umount /sdcard >/dev/null 2>&1
100 adb shell umount /mnt/sdcard >/dev/null 2>&1
101 adb shell umount /mnt/shell/sdcard0 >/dev/null 2>&1
102 adb shell umount /mnt/shell/emulated >/dev/null 2>&1
103 adb shell umount /cache >/dev/null 2>&1
106 adb shell umount /data >/dev/null 2>&1
116 adb shell dd if=/dev/zero of=$CACHE bs=1048576 count=512
127 adb shell "cat $CPUFREQ/cpuinfo_max_freq > $CPUFREQ/scaling_max_freq"
128 adb shell "cat $CPUFREQ/cpuinfo_max_freq > $CPUFREQ/scaling_min_freq"
143 adb shell rm -f "$STATS_FILE"
144 adb shell dd if=/dev/zero of="$STATS_FILE" bs=1048576
145 adb shell sync
151 adb shell rm "$STATS_FILE"
152 adb shell sync
153 adb shell dd if=/dev/zero of="$STATS_FILE" bs=1048576
154 adb shell sync
158 adb shell /dev/$PERF -w -o -s 20000 -f /dev/full_stats 400 "$CACHE"
161 adb shell rm "$STATS_FILE"
162 adb shell sync
167 ORIGCNT=`adb shell logcat -d | grep -c "Finished fstrim work"`
170 OUT=`adb shell vdc fstrim dotrim | grep "Command not recognized"`
177 NEWCNT=`adb shell logcat -d |grep -c "Finished fstrim work"`
187 NEWCNT=`adb shell logcat -d |grep -c "Finished fstrim work"`
194 adb shell /dev/$PERF -w -o -s 20000 -f /dev/fstrimmed_stats 400 "$CACHE"
212 adb shell "echo 3 > /proc/sys/vm/drop_caches"
214 adb shell dd if="$CACHE" of=/dev/null bs=1048576 count=200
224 adb shell dd if=/dev/zero conv=notrunc of="$CACHE" bs=1048576 count=200
242 ORIG_READAHEAD=`adb shell cat /sys/block/$MMCDEV/queue/read_ahead_kb | tr -d "\r"`
243 adb shell "echo 4 > /sys/block/$MMCDEV/queue/read_ahead_kb"
246 adb shell "echo 3 > /proc/sys/vm/drop_caches"
248 adb shell "$PERF_LOC"/"$PERF" -r 6000 "/dev/block/$MMCDEV"
252 adb shell "echo $ORIG_READAHEAD > /sys/block/$MMCDEV/queue/read_ahead_kb"
255 adb shell "echo 3 > /proc/sys/vm/drop_caches"
257 adb shell "$PERF_LOC"/"$PERF" -r 6000 "/dev/block/$MMCDEV"
265 adb shell "$PERF_LOC"/"$PERF" -w 100 "$CACHE"
272 adb shell "$PERF_LOC"/"$PERF" -w -o 100 "$CACHE"
280 adb shell make_ext4fs -w "$CACHE"
282 adb shell rm -f "$CACHE" "$PERF_LOC"/"$PERF"