Searched refs:appCodeDir (Results 1 – 1 of 1) sorted by relevance
| /CafeSDK-2.12.13-1/system/src/tool/cafex/ |
| D | CafeFunctions.cs | 7935 string appCodeDir = Path.GetDirectoryName(rpxPath); in install() 7944 CafeXInstall_ProcessTitleCode(appCodeDir, titleCodeDir, titleId, rpxPath, rplSources); in install() 7947 CafeXInstall_ProcessTitleMetadata(appCodeDir, titleDir); in install() 8059 …private static void CafeXInstall_ProcessTitleCode(string appCodeDir, string titleCodeDir, TitleId … in CafeXInstall_ProcessTitleCode() argument 8072 var rplFiles = Directory.GetFiles(appCodeDir, "*.rpl"); in CafeXInstall_ProcessTitleCode() 8085 string appCodeDir_preloadTxtPath = Path.Combine(appCodeDir, "preload.txt"); in CafeXInstall_ProcessTitleCode() 8092 CafeXInstall_ProcessAppXml(appCodeDir, titleCodeDir, titleId); in CafeXInstall_ProcessTitleCode() 8095 CafeXInstall_ProcessCosXml(appCodeDir, titleCodeDir, rpxFileName); in CafeXInstall_ProcessTitleCode() 8098 …private static void CafeXInstall_ProcessAppXml(string appCodeDir, string titleCodeDir, TitleId tit… in CafeXInstall_ProcessAppXml() argument 8100 string appCodeDir_appXmlPath = Path.Combine(appCodeDir, "app.xml"); in CafeXInstall_ProcessAppXml() [all …]
|