Lines Matching refs:extract
393 # Extract the package name from the manifest
394 PACKAGE_NAME=`run_awk_manifest_script extract-package-name.awk`
397 echo "ERROR: Could not extract package name from $PROJECT/$MANIFEST."
405 run_awk_manifest_script extract-launchable.awk
476 DEBUGGABLE=`run_awk_manifest_script extract-debuggable.awk`
532 echo "ERROR: Could not extract package's data directory. Are you sure that"
540 # If --launch is used, ignore --start, otherwise extract the first
545 OPTION_LAUNCH=`run_awk_manifest_script extract-launchable.awk | sed 2q`
547 echo "ERROR: Could not extract name of launchable activity from manifest!"
574 PID=`$ADB_CMD shell ps | $AWK_CMD -f $AWK_SCRIPTS/extract-pid.awk -v PACKAGE=$PACKAGE_NAME`
577 echo "ERROR: Could not extract PID of application on device/emulator."
600 GDBSERVER_PID=`echo $GDBSERVER_PS | $AWK_CMD -f $AWK_SCRIPTS/extract-pid.awk -v PACKAGE=lib/gdbserver`