Home | History | Annotate | Download | only in ndk

Lines Matching refs:shell

307         $ADB_CMD shell $@ ";" echo \$? | sed -e 's![[:cntrl:]]!!g' > $CMD_OUT 2>&1
309 $ADB_CMD shell $@ ";" echo \$? | sed -e 's![[:cntrl:]]!!g' > $CMD_OUT
320 # Run a command through 'adb shell' and captures its standard output
323 # This is required because there is a bug where "adb shell" always returns
413 ADB_TEST=`$ADB_CMD shell ls`
562 run $ADB_CMD shell am start -n $PACKAGE_NAME/$OPTION_LAUNCH
570 run $ADB_CMD shell sleep $DELAY
574 PID=`$ADB_CMD shell ps | $AWK_CMD -f $AWK_SCRIPTS/extract-pid.awk -v PACKAGE=$PACKAGE_NAME`
593 GDBSERVER_PS=`$ADB_CMD shell ps | grep lib/gdbserver`
602 run $ADB_CMD shell kill -9 $GDBSERVER_PID
608 run $ADB_CMD shell run-as $PACKAGE_NAME lib/gdbserver +$DEBUG_SOCKET --attach $PID &