Home
last modified time | relevance | path

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

/CafeSDK-2.12.13/system/bin/tool/
Dmakecfmaster.sh111 local RESULT
210 local RESULT
242 RESULT=`echo $CHECK | sed -e "s/\(......\)\(....\)/\2/"`
244 sed -i -e "s|\(<initial-code.*>\)\(.*\)\(</initial-code.*>\)|\1$RESULT\3|" "$FILE_DEST"
251 RESULT=$(printf "0x%x" $CHECK)
253 sed -i -e "s|\(<boss-id.*>\)\(.*\)\(</boss-id.*>\)|\1$RESULT\3|" "$FILE_DEST"
256 RESULT=$(printf "0x%s" $UNQID)
258 sed -i -e "s|\(<boss-unique-id.*>\)\(.*\)\(</boss-unique-id.*>\)|\1$RESULT\3|" "$FILE_DEST"
265 RESULT=$(printf "0x%s" $CHECK)
267 … sed -i -e "s|\(<app-launch-type.*>\)\(.*\)\(</app-launch-type.*>\)|\1$RESULT\3|" "$FILE_DEST"
[all …]
Dcomparewumad17 RESULT=$?
18 exit $RESULT
Dmasteringfunctions.sh116 local RESULT=$?
117 if [ "$RESULT" -eq 0 ]; then
133 local RESULT=$?
134 if [ "$RESULT" -ne 0 ]; then
503 local RESULT=$(printf "0x%s" $G_OS_VERSION)
504 … sed -i -e "s|\(<os-version.*>\)\(.*\)\(</os-version.*>\)|\1$RESULT\3|" "$DEST_MASTERINFO_XML"