Home
last modified time | relevance | path

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

/CafeSDK-2.12.13-1/system/src/tool/cafex/
DCafeFunctions.cs8270 static void extract_info_from_app_xml(string app_xml_file) in extract_info_from_app_xml() argument
8276 APP_TITLE_ID.value = XmlHandler.GetNodeValue(app_xml_file, "title_id"); in extract_info_from_app_xml()
8277 APP_GROUP_ID.value = XmlHandler.GetNodeValue(app_xml_file, "group_id"); in extract_info_from_app_xml()
8278 APP_TITLE_VERSION.value = XmlHandler.GetNodeValue(app_xml_file, "title_version"); in extract_info_from_app_xml()