Home
last modified time | relevance | path

Searched refs:RPX_FILE (Results 1 – 1 of 1) sorted by relevance

/CafeSDK-2.12.13-1/system/bin/tool/
Dmakecfmaster.sh530 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`"
[all …]