Home | History | Annotate | Download | only in ndk

Lines Matching refs:extract

428     adb_cmd shell ps | $AWK_CMD -f $AWK_SCRIPTS/extract-pid.awk -v PACKAGE="$1"
481 # Extract the package name from the manifest
482 PACKAGE_NAME=`run_awk_manifest_script extract-package-name.awk`
485 echo "ERROR: Could not extract package name from $PROJECT/$MANIFEST."
493 run_awk_manifest_script extract-launchable.awk
573 DEBUGGABLE=`run_awk_manifest_script extract-debuggable.awk`
619 echo "ERROR: Could not extract package's data directory. Are you sure that"
627 # If --launch is used, ignore --start, otherwise extract the first
632 OPTION_LAUNCH=`run_awk_manifest_script extract-launchable.awk | sed 2q`
634 echo "ERROR: Could not extract name of launchable activity from manifest!"
664 echo "ERROR: Could not extract PID of application on device/emulator."