Home
last modified time | relevance | path

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

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