Lines Matching refs:RPX_FILE
530 RPX_FILE=""
554 r ) RPX_FILE="`cygpath -a $OPTARG`" ;;
603 if [ -z "$RPX_FILE" ]
619 RPX_FILE=`sed -n 's|.*<argstr.*>\(.*\)</argstr>|\1|p' "$COS_XML_FILE"`
620 RPX_FILE=(`echo "$RPX_FILE" | grep -Eo "[^ ]*\.rpx"`)
621 RPX_FILE="$RPX_DIR/${RPX_FILE[0]}"
627 RPX_FILE_SRC_DIR="$(dirname "$RPX_FILE")"
628 TMP_SUB_DIR=`basename "$RPX_FILE" ".rpx"`
630 RPX_FILE="$CAFE_DATA_TMP/$TMP_SUB_DIR/`basename "$RPX_FILE"`"
634 RPX_DIR="`cygpath -m -a $RPX_FILE`"
636 APP_XML_FILE="`dirname $RPX_FILE`/app.xml"
637 COS_XML_FILE="`dirname $RPX_FILE`/cos.xml"
641 RPL_FILE=`dirname $RPX_FILE`/*.rpl
643 if [ ! -f "$RPX_FILE" ]
650 if [ ! ${RPX_FILE:(-4)} == ".rpx" ]
723 RPX_PATH_WIN=`cygpath -w -a "$RPX_FILE"`
824 echo "RPX File : $RPX_FILE"
846 RPX_PATH=`cygpath -m -a "$RPX_FILE"`
847 RPX_PATH_WIN=`cygpath -w -a "$RPX_FILE"`
858 extract_info_from_app_rpx "$RPX_FILE" "$APP_XML_FILE"