Home
last modified time | relevance | path

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

/CafeSDK-2.12.13/system/src/tool/cafex/
DExecutableClasses.cs40 …dkt_or_temp_exe_path = FileUtil.ExpandExecutable(CafeX.Properties.Resources.win_dkt, "win_dkt.exe"… in GetExeName()
1956 …monitor_or_temp_exe_path = FileUtil.ExpandExecutable(CafeX.Properties.Resources.win_monitor, "win_… in GetExeName()
DTools.cs1030 internal static string ExpandExecutable(byte[] payload, string filename) in ExpandExecutable() method in CafeX.FileUtil