Searched refs:arguments (Results 1 – 7 of 7) sorted by relevance
| /CafeSDK-2.12.13-1/system/src/tool/cafex/ |
| D | Tools.cs | 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() [all …]
|
| D | ExecutableClasses.cs | 236 string arguments = (ip != null) ? "-ver -ip " + ip : "-ver"; in FW_SW_Version() 247 int ret = ProcessExecutor.DoProcess_GetOutput(exe_path, arguments, out output); in FW_SW_Version() 298 string arguments = "-ip " + ip + " -modedetect"; in boot_mode_detect() 305 int ret = ProcessExecutor.DoProcess_GetOutput(exe_path, arguments, out output); in boot_mode_detect() 324 internal static int start(string arguments, string fsemul_params) in start() argument 342 …return ProcessExecutor.StartProcess_RedirectOutput(exe_path, arguments + " " + fsemul_params, hand… in start() 456 internal static string Run(string arguments) in Run() argument 463 …int returnVal = ProcessExecutor.DoProcess_GetOutput(exe_path, arguments, true, MIONPS_TIMEOUT_MS, … in Run() 487 internal static int Run(string arguments) in Run() argument 494 …int returnVal = ProcessExecutor.DoProcess_GetOutput(exe_path, arguments, true, MIONURL_TIMEOUT_MS,… in Run() [all …]
|
| D | CafeFunctions.cs | 2185 #region arguments in run() 4693 static void hostrun(string arguments) in hostrun() argument 4696 Log.WriteLine("hostrun started. Arguments:" + arguments); in hostrun() 4725 string[] splitStrings = arguments.Split(' '); in hostrun() 4727 arguments = splitStrings[i++] + " " + LAUNCH_DLF_FILE + " "; in hostrun() 4730 arguments += splitStrings[i] + " "; in hostrun() 4738 FSEmul.start(arguments, FSEMUL_PARAMS.value); in hostrun() 4742 FSEmul.start(arguments, FSEMUL_PARAMS.value); in hostrun()
|
| /CafeSDK-2.12.13-1/system/src/tool/cafex/masteringTests/ |
| D | autoMasterTest.bat | 36 @echo makemaster with -r -o and -w arguments 49 @echo makemaster with no arguments
|
| /CafeSDK-2.12.13-1/system/bin/tool/ |
| D | deploytitle.sh | 155 echo Ignoring arguments '(-a)' with option '-NL'
|
| D | caferun | 172 -a a,b... : arguments (comma delimited)
|
| /CafeSDK-2.12.13-1/ |
| D | cafe.bat | 63 REM Keep processing arguments progressively 110 …if "%_BRIDGE_ARGS%" GTR "0" echo Not enough arguments for -bridge option!&& set _BRIDGE_ARGS=&& go… 469 :: If the extra arguments exist, skip echos. 506 :: The extra arguments are for the buildsystem
|