Home
last modified time | relevance | path

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

/CafeSDK-2.12.13/system/bin/tool/
Dmasteringfunctions.sh29 G_OS_VERSION=""
298 G_OS_VERSION=`sed -n 's|.*<os_version .*>\(.*\)</os_version>|\1|p' "$APP_XML"`
299 G_OS_VERSION=`echo "$G_OS_VERSION" | sed -n 's|\(........\)\(.\).....\(..\)|\1\200080\3|p'`
303 G_OS_VERSION=`sed -n 's|.*<os_version .*>\(.*\)</os_version>|\1|p' "$APP_XML"`
304 G_OS_VERSION=`echo "$G_OS_VERSION" | sed -n 's|\(........\)\(.\).....\(..\)|\1\200040\3|p'`
308 echo "OS_VERSION : $G_OS_VERSION"
325 if [ -n "$G_OS_VERSION" ]
328 sed -i -e "s|\(<os_version .*>\).*\(<.*>\)|\1$G_OS_VERSION\2|" "$APP_XML"
329 echo update app.xml $G_OS_VERSION $APP_XML
347 if [ -n "$G_OS_VERSION" ]
[all …]
Dmakeaoc.sh123 G_OS_VERSION=`sed -n 's|.*<os_version.*>\(.*\)</os_version>|\1|p' "$META_DEFAULT_XML"`
124 G_OS_VERSION=`echo $G_OS_VERSION | grep -Eo "[0-9a-fA-F]+"`
126 G_OS_VERSION="${G_OS_VERSION::12}4${G_OS_VERSION:13}"