Lines Matching refs:extract
377 "$ADB_CMD" shell ps | $AWK_CMD -f $AWK_SCRIPTS/extract-pid.awk -v PACKAGE="$1"
430 # Extract the package name from the manifest
431 PACKAGE_NAME=`run_awk_manifest_script extract-package-name.awk`
434 echo "ERROR: Could not extract package name from $PROJECT/$MANIFEST."
442 run_awk_manifest_script extract-launchable.awk
523 DEBUGGABLE=`run_awk_manifest_script extract-debuggable.awk`
569 echo "ERROR: Could not extract package's data directory. Are you sure that"
577 # If --launch is used, ignore --start, otherwise extract the first
582 OPTION_LAUNCH=`run_awk_manifest_script extract-launchable.awk | sed 2q`
584 echo "ERROR: Could not extract name of launchable activity from manifest!"
614 echo "ERROR: Could not extract PID of application on device/emulator."