Lines Matching refs:screenshot
1180 local screenshot=`adb ${adbOptions} ls ${screenshot_path} | grep Screenshot_[0-9-]*.*\.png | sort -rk 3 | cut -d " " -f 4 | head -n 1`1181 if [ "$screenshot" = "" ]; then1185 echo "${screenshot}"1186 adb ${adbOptions} pull ${screenshot_path}/${screenshot}