Searched refs:rpxFileName (Results 1 – 1 of 1) sorted by relevance
8064 string rpxFileName = Path.GetFileName(rpxPath); in CafeXInstall_ProcessTitleCode()8065 string copyRpxFilePath = Path.Combine(titleCodeDir, rpxFileName); in CafeXInstall_ProcessTitleCode()8095 CafeXInstall_ProcessCosXml(appCodeDir, titleCodeDir, rpxFileName); in CafeXInstall_ProcessTitleCode()8116 … static void CafeXInstall_ProcessCosXml(string appCodeDir, string titleCodeDir, string rpxFileName) in CafeXInstall_ProcessCosXml() argument8131 XmlHandler.UpdateNodeValue(titleCodeDir_cosXmlPath, "argstr", rpxFileName); in CafeXInstall_ProcessCosXml()