Home | History | Annotate | Download | only in build

Lines Matching full:screenshot_path

1362     local screenshot_path=$(getscreenshotpath)
1363 local screenshot=`adb ${adbOptions} ls ${screenshot_path} | grep Screenshot_[0-9-]*.*\.png | sort -rk 3 | cut -d " " -f 4 | head -n 1`
1369 adb ${adbOptions} pull ${screenshot_path}/${screenshot}