Searched refs:wumadFile (Results 1 – 3 of 3) sorted by relevance
115 local wumadFile="$1"125 "$MAKEWUMADDLF" "$wumadFile" "$extractionFolder" "$output_dlf_file"
1414 internal static int make(string wumadFile, string extractionFolder, string output_dlf_file) in make() argument1424 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()
7677 …static CAFEX_ERROR make_wumad_dlf(string wumadFile, string extractionFolder, string output_dlf_fil… in make_wumad_dlf() argument7680 …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()