Lines Matching refs:shell
46 shell) ASHELL=1; shift || true; ;;
144 $ADB shell /data/androdeb/device-umount-all || true;
145 $ADB shell rm -rf /data/androdeb; exit 0; fi
151 set +e; $ADB shell ls /data/androdeb/debian/.bashrc > /dev/null 2>&1
161 $ADB shell -t /data/androdeb/run-command "\"$SHELL_ARGS\""
163 $ADB shell -t /data/androdeb/run
181 $ADB shell rm -rf /data/androdeb/debian/kernel-headers/
182 $ADB shell mkdir /data/androdeb/debian/kernel-headers/
184 $ADB shell tar -xvf /data/androdeb/kh.tgz -C /data/androdeb/debian/kernel-headers/ > /dev/null
185 $ADB shell rm /data/androdeb/kh.tgz
191 $ADB shell rm -rf /data/androdeb/debian/kernel-headers/
192 $ADB shell mkdir /data/androdeb/debian/kernel-headers/
198 $ADB shell tar -xvf /data/androdeb/$(basename $1) -C /data/androdeb/debian/ > /dev/null
200 $ADB shell rm /data/androdeb/$(basename $1)
231 KERNEL_MAJOR=`$ADB shell uname -r | cut -d - -f 1 | cut -d . -f 1`
232 KERNEL_MINOR=`$ADB shell uname -r | cut -d - -f 1 | cut -d . -f 2`
313 $ADB shell mkdir -p /data/androdeb/
322 run_quiet $ADB shell /data/androdeb/device-unpack
359 $ADB shell mkdir -p /data/androdeb/
362 $ADB shell /data/androdeb/device-unpack
366 $ADB shell /data/androdeb/run-command /bcc-master/build-bcc.sh;
376 $ADB shell /data/androdeb/build-debian-tar
378 $ADB shell rm /data/androdeb/androdeb-fs.tgz;