Searched refs:screenshot (Results 1 - 1 of 1) sorted by relevance

/build/
H A Denvsetup.sh1287 local screenshot=`adb ${adbOptions} ls ${screenshot_path} | grep Screenshot_[0-9-]*.*\.png | sort -rk 3 | cut -d " " -f 4 | head -n 1`
1288 if [ "$screenshot" = "" ]; then
1292 echo "${screenshot}"
1293 adb ${adbOptions} pull ${screenshot_path}/${screenshot}

Completed in 55 milliseconds