Home | History | Annotate | Download | only in labpretest

Lines Matching refs:FASTBOOT

19 FASTBOOT="$ROOT/tools/fastboot"
99 # Blocks until device is in fastboot mode or
115 fdevice=`$FASTBOOT devices | sed -n "s/\($device\).*/\1/ p"`
127 # reboots device into fastboot mode or
139 log_print "rebooting into bootloader and waiting for availability via fastboot"
145 # reboots device into fastboot mode or
149 # FASTBOOT
157 log_print "rebooting into bootloader and waiting for availability via fastboot"
158 $FASTBOOT -s $device reboot-bootloader
163 # reboots device from fastboot to adb or
167 # FASTBOOT
177 $FASTBOOT -s $device reboot
182 # reboots device from fastboot to adb or
208 # fastboot flashes partition
212 # FASTBOOT
221 $FASTBOOT -s $device $1 $2 $3
226 # fastboot command wrapper
230 # FASTBOOT
239 $FASTBOOT -s $device flash $1 $2
401 # FASTBOOT
428 # FASTBOOT
439 product=`$FASTBOOT -s $device getvar product 2>&1 | sed -n 's/product: \([a-z]*\)\n*/\1/ p'`
456 if [ ! -e $FASTBOOT ]; then
457 echo "Error: fastboot not in path! Please correct this."
464 tmpdevice=`$FASTBOOT devices | sed -n "s/\($device\).*/\1/ p"`
484 device=`$FASTBOOT devices | sed -n 's/.*\(^[0-9A-Z]\{2\}[0-9A-Z]*\).*/\1/ p'`
491 echo 'Device not found via fastboot, please investigate'
522 log_print "rebooting into bootloader and waiting for availability via fastboot"
525 log_print "using fastboot to reboot to bootloader for test purposes"