Lines Matching refs:extract
317 # Extract the package name from the manifest
318 PACKAGE_NAME=`run_awk_manifest_script extract-package-name.awk`
321 echo "ERROR: Could not extract package name from $PROJECT/$MANIFEST."
329 run_awk_manifest_script extract-launchable.awk
334 DEBUGGABLE=`run_awk_manifest_script extract-debuggable.awk`
443 echo "ERROR: Could not extract package's data directory. Are you sure that"
450 # If --launch is used, ignore --start, otherwise extract the first
455 OPTION_LAUNCH=`run_awk_manifest_script extract-launchable.awk | sed 2q`
457 echo "ERROR: Could not extract name of launchable activity from manifest!"
484 PID=`$ADB_CMD shell ps | $AWK_CMD -f $AWK_SCRIPTS/extract-pid.awk -v PACKAGE=$PACKAGE_NAME`
487 echo "ERROR: Could not extract PID of application on device/emulator."
510 extract-pid.awk -v PACKAGE=lib/gdbserver`