Searched refs:META_XML (Results 1 – 2 of 2) sorted by relevance
204 local META_XML="$4"230 CHECK=`sed -n 's|.*<product_code.*>\(.*\)</product_code>|\1|p' "$META_XML"`246 CHECK=`sed -n 's|.*<company_code.*>\(.*\)</company_code>|\1|p' "$META_XML"`250 CHECK=`sed -n 's|.*<boss_id.*>\(.*\)</boss_id>|\1|p' "$META_XML"`260 CHECK=`sed -n 's|.*<logo_type.*>\(.*\)</logo_type>|\1|p' "$META_XML"`264 CHECK=`sed -n 's|.*<app_launch_type.*>\(.*\)</app_launch_type>|\1|p' "$META_XML"`269 CHECK=`sed -n 's|.*<invisible_flag.*>\(.*\)</invisible_flag>|\1|p' "$META_XML"`274 CHECK=`sed -n 's|.*<no_managed_flag.*>\(.*\)</no_managed_flag>|\1|p' "$META_XML"`279 CHECK=`sed -n 's|.*<no_event_log.*>\(.*\)</no_event_log>|\1|p' "$META_XML"`284 CHECK=`sed -n 's|.*<no_icon_database.*>\(.*\)</no_icon_database>|\1|p' "$META_XML"`[all …]
340 local META_XML="$1"342 if [ ! -f "$META_XML" ]344 add_msg "Warning: Cannot find default file $META_XML"350 sed -i -e "s|\(<os_version .*>\).*\(<.*>\)|\1$G_OS_VERSION\2|" "$META_XML"351 echo update meta.xml $G_OS_VERSION $META_XML354 …ocal RESERVED6=$(sed -n 's|.*<reserved_flag6.*>\([0-9a-fA-F]*\)</reserved_flag6>|\1|p' "$META_XML")373 sed -i -e "s|\(<reserved_flag6.*>\)\(.*\)\(</reserved_flag6>\)|\1$RESERVED6\3|" "$META_XML"617 local META_XML="$1"620 if [ ! -f "$META_XML" -o ! -f "$PAST_MASTERINFO" ]; then626 …TCH_COMMON_SAVE_SIZE=$(sed -n 's|.*<common_save_size.*>\(.*\)</common_save_size>|\1|p' "$META_XML")[all …]