Home
last modified time | relevance | path

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

/CafeSDK-2.12.13/system/bin/tool/
Dbootrun115 local wumadFile="$1"
125 "$MAKEWUMADDLF" "$wumadFile" "$extractionFolder" "$output_dlf_file"
/CafeSDK-2.12.13/system/src/tool/cafex/
DExecutableClasses.cs1414 internal static int make(string wumadFile, string extractionFolder, string output_dlf_file) in make() argument
1424 if (!string.IsNullOrEmpty(wumadFile)) in make()
1426 FileUtil.AddQuotes(ref wumadFile); in make()
1427 wumadFile = wumadFile + " "; in make()
1438 …return ProcessExecutor.StartProcess_RedirectOutput(exe_path, wumadFile + extractionFolder + " " + … in make()
DCafeFunctions.cs7677 …static CAFEX_ERROR make_wumad_dlf(string wumadFile, string extractionFolder, string output_dlf_fil… in make_wumad_dlf() argument
7680 …Log.WriteLine("make_wumad_dlf started. Arguments: wumadFile=" + wumadFile + ", extractionFolder=" … in make_wumad_dlf()
7683 if (makewumaddlf.make(wumadFile, extractionFolder, output_dlf_file) != 0) in make_wumad_dlf()