Lines Matching refs:arguments
245 internal static int DoProcess(string filename, string arguments) in DoProcess() argument
248 Log.WriteLine("ProcessorExecutor.DoProcess : " + filename + " " + arguments); in DoProcess()
251 return DoProcess_WaitTime(filename, arguments, Int32.MaxValue); in DoProcess()
261 internal static int DoProcess_DontWait(string filename, string arguments) in DoProcess_DontWait() argument
264 … Log.WriteLine("ProcessorExecutor.DoProcess_DontWait : " + filename + " " + arguments); in DoProcess_DontWait()
273 si.Arguments = arguments; in DoProcess_DontWait()
288 Console.WriteLine(filename + " " + arguments); in DoProcess_DontWait()
302 internal static int DoProcess_WaitTime(string filename, string arguments, int time) in DoProcess_WaitTime() argument
305 …teLine(String.Format("ProcessorExecutor.DoProcessWaitTime : {0} {1} {2}",filename,arguments,time)); in DoProcess_WaitTime()
313 si.Arguments = arguments; in DoProcess_WaitTime()
337 Console.WriteLine(filename + " " + arguments); in DoProcess_WaitTime()
351 … internal static int DoProcess_GetOutput(string filename, string arguments, out string output) in DoProcess_GetOutput() argument
354 … Log.WriteLine("ProcessorExecutor.DoProcess_GetOutput : " + filename + " " + arguments); in DoProcess_GetOutput()
357 return DoProcess_GetOutput(filename, arguments, false, -1, out output); in DoProcess_GetOutput()
369 …internal static int DoProcess_GetOutput(string filename, string arguments, bool waitDataReceived, … in DoProcess_GetOutput() argument
372 … Log.WriteLine("ProcessorExecutor.DoProcess_GetOutput : " + filename + " " + arguments); in DoProcess_GetOutput()
385 si.Arguments = arguments; in DoProcess_GetOutput()
415 …Console.WriteLine("ERROR: Process started for '" + filename + " " + arguments + "' did not finish … in DoProcess_GetOutput()
458 Console.WriteLine(filename + " " + arguments); in DoProcess_GetOutput()
472 …internal static int StartProcess_RedirectOutput(string filename, string arguments, DataReceivedEve… in StartProcess_RedirectOutput() argument
475 … Log.WriteLine("ProcessorExecutor.StartProcess_RedirectOutput : " + filename + " " + arguments); in StartProcess_RedirectOutput()
484 si.Arguments = arguments; in StartProcess_RedirectOutput()
522 Console.WriteLine(filename + " " + arguments); in StartProcess_RedirectOutput()
528 internal static int StartProcess_RedirectOutput(string filename, string arguments) in StartProcess_RedirectOutput() argument
531 … Log.WriteLine("ProcessorExecutor.StartProcess_RedirectOutput : " + filename + " " + arguments); in StartProcess_RedirectOutput()
540 si.Arguments = arguments; in StartProcess_RedirectOutput()
555 Console.WriteLine(filename + " " + arguments); in StartProcess_RedirectOutput()