Home | History | Annotate | Download | only in make

Lines Matching refs:adbOptions

1334     local adbOptions=${adbTarget}
1335 #echo adbOptions = ${adbOptions}
1355 adb ${adbOptions} shell am dumpheap $targetPid $devFile
1363 adb ${adbOptions} pull $devFile $localFile
1365 adb ${adbOptions} shell rm $devFile
1393 adb ${adbOptions} shell echo -n \$\{EXTERNAL_STORAGE\}
1404 local screenshot=`adb ${adbOptions} ls ${screenshot_path} | grep Screenshot_[0-9-]*.*\.png | sort -rk 3 | cut -d " " -f 4 | head -n 1`
1410 adb ${adbOptions} pull ${screenshot_path}/${screenshot}