Home
last modified time | relevance | path

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

/CafeSDK-2.12.13-1/system/src/tool/cafex/
DCafeFunctions.cs7909 List<string> rplSources; in install()
7914 …stall_ParseArgs(args, out helpRequested, out rpxPath, out titleId, out rplSources, out cafeInstall… in install()
7926 for (int i = 0; i < rplSources.Count; i++) in install()
7928 Console.WriteLine("rplSource[{0}] = {1}", i, rplSources[i]); in install()
7944 CafeXInstall_ProcessTitleCode(appCodeDir, titleCodeDir, titleId, rpxPath, rplSources); in install()
7969 …quested, out string rpxFilePath, out TitleId titleId, out List<string> rplSources, out int cafeIns… in CafeXInstall_ParseArgs() argument
7976 rplSources = new List<string>(); in CafeXInstall_ParseArgs()
7995 rplSources.Add(path); in CafeXInstall_ParseArgs()
8001 rplSources.AddRange(rplFiles); in CafeXInstall_ParseArgs()
8059 …e(string appCodeDir, string titleCodeDir, TitleId titleId, string rpxPath, List<string> rplSources) in CafeXInstall_ProcessTitleCode() argument
[all …]