Home | History | Annotate | Download | only in ndk

Lines Matching refs:RET

56     local PROG RET
58 RET=$?
59 if [ $RET != 0 ]; then
63 return $RET
388 local CMD_OUT RET OUTPUT VARNAME REDIRECT_STDERR
401 RET=`sed -e '$!d' $CMD_OUT`
406 return $RET
636 RET=$?
638 if [ "$RET" != 0 -o "$DEBUGGABLE" != "true" ] ; then
747 RET=$?
749 if [ "$RET" != 0 -o "$PID" = "0" ] ; then