Searched refs:arguments (Results 1 – 7 of 7) sorted by relevance
| /CafeSDK-2.12.13/system/src/tool/cafex/ |
| D | Tools.cs | 244 internal static int DoProcess(string filename, string arguments) in DoProcess() argument 247 Log.WriteLine("ProcessorExecutor.DoProcess : " + filename + " " + arguments); in DoProcess() 255 si.Arguments = arguments; in DoProcess() 273 Console.WriteLine(filename + " " + arguments); in DoProcess() 286 internal static int DoProcess_DontWait(string filename, string arguments) in DoProcess_DontWait() argument 289 … Log.WriteLine("ProcessorExecutor.DoProcess_DontWait : " + filename + " " + arguments); in DoProcess_DontWait() 298 si.Arguments = arguments; in DoProcess_DontWait() 313 Console.WriteLine(filename + " " + arguments); in DoProcess_DontWait() 327 … internal static int DoProcess_GetOutput(string filename, string arguments, out string output) in DoProcess_GetOutput() argument 330 … Log.WriteLine("ProcessorExecutor.DoProcess_GetOutput : " + filename + " " + arguments); in DoProcess_GetOutput() [all …]
|
| D | ExecutableClasses.cs | 234 string arguments = (ip != null) ? "-ver -ip " + ip : "-ver"; in FW_SW_Version() 241 int ret = ProcessExecutor.DoProcess_GetOutput(exe_path, arguments, out output); in FW_SW_Version() 280 string arguments = "-ip " + ip + " -modedetect"; in boot_mode_detect() 287 int ret = ProcessExecutor.DoProcess_GetOutput(exe_path, arguments, out output); in boot_mode_detect() 306 internal static int start(string arguments, string fsemul_params) in start() argument 324 …return ProcessExecutor.StartProcess_RedirectOutput(exe_path, arguments + " " + fsemul_params, hand… in start() 438 internal static string Run(string arguments) in Run() argument 445 …int returnVal = ProcessExecutor.DoProcess_GetOutput(exe_path, arguments, true, MIONPS_TIMEOUT_MS, … in Run() 469 internal static int Run(string arguments) in Run() argument 476 …int returnVal = ProcessExecutor.DoProcess_GetOutput(exe_path, arguments, true, MIONURL_TIMEOUT_MS,… in Run() [all …]
|
| D | CafeFunctions.cs | 2087 #region arguments in run() 4429 static void hostrun(string arguments) in hostrun() argument 4432 Log.WriteLine("hostrun started. Arguments:" + arguments); in hostrun() 4461 string[] splitStrings = arguments.Split(' '); in hostrun() 4463 arguments = splitStrings[i++] + " " + LAUNCH_DLF_FILE + " "; in hostrun() 4466 arguments += splitStrings[i] + " "; in hostrun() 4473 FSEmul.start(arguments, FSEMUL_PARAMS.value); in hostrun() 4477 FSEmul.start(arguments, FSEMUL_PARAMS.value); in hostrun()
|
| /CafeSDK-2.12.13/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/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/ |
| 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… 468 :: If the extra arguments exist, skip echos. 505 :: The extra arguments are for the buildsystem
|