Home
last modified time | relevance | path

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

/CafeSDK-2.12.13/system/src/tool/cafex/
DCafeFunctions.cs7692 static void extract_info_from_app_xml(string app_xml_file) in extract_info_from_app_xml() argument
7698 APP_TITLE_ID.value = XmlHandler.GetNodeValue(app_xml_file, "title_id"); in extract_info_from_app_xml()
7699 APP_GROUP_ID.value = XmlHandler.GetNodeValue(app_xml_file, "group_id"); in extract_info_from_app_xml()
7700 APP_TITLE_VERSION.value = XmlHandler.GetNodeValue(app_xml_file, "title_version"); in extract_info_from_app_xml()