Lines Matching refs:info
4170 private static CAFEX_ERROR TryGetWumadInfo(string wumadTempDir, ref WumadInfo info) in TryGetWumadInfo() argument
4183 info.titleFound = false; in TryGetWumadInfo()
4194 info.titleFound = true; in TryGetWumadInfo()
4195 info.titleId = singleTitleId; in TryGetWumadInfo()
4196 info.metaXml = metaFiles[0]; in TryGetWumadInfo()
4197 info.appXml = appFiles[0]; in TryGetWumadInfo()
4198 info.cosXml = cosFiles[0]; in TryGetWumadInfo()
4238 info.titleId = titleId; in TryGetWumadInfo()
4239 info.titleFound = true; in TryGetWumadInfo()
4244 if (!info.titleFound) in TryGetWumadInfo()
4250 info.metaXml = metaFiles[targetIndex]; in TryGetWumadInfo()
4251 info.appXml = appFiles[targetIndex]; in TryGetWumadInfo()
4252 info.cosXml = cosFiles[targetIndex]; in TryGetWumadInfo()
4475 WumadInfo info = new WumadInfo(); in bootrun()
4476 CAFEX_ERROR wumadInfoResult = TryGetWumadInfo(wumadTempDir, ref info); in bootrun()
4487 if (info.titleFound) in bootrun()
4489 CAFERUN_WUMAD_TITLE_ID.value = info.titleId; in bootrun()
4501 info.titleFound) in bootrun()
4508 file_copy_retry(info.metaXml, contentMetaXml, true, 3); in bootrun()
4511 string title_id = XmlHandler.GetNodeValue(info.appXml, "title_id"); in bootrun()
4512 … string title_version = XmlHandler.GetNodeValue(info.appXml, "title_version"); in bootrun()
4513 string os_version = XmlHandler.GetNodeValue(info.appXml, "os_version"); in bootrun()
4514 string app_type = XmlHandler.GetNodeValue(info.appXml, "app_type"); in bootrun()
4515 string app_group_id = XmlHandler.GetNodeValue(info.appXml, "group_id"); in bootrun()