Home
last modified time | relevance | path

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

/CafeSDK-2.12.13-1/system/bin/tool/
Dcafe_utils226 …echo "`basename $0`: Monitor_For_Output args: str_opt test_str timeout log_dir [file_name]" >/dev/…
245 …(monitor.exe $str_opt "$test_str" -t $timeout -p $SESSION_DEBUG_OUT_PORT; echo -n $? >"$mon_rc_fil…
/CafeSDK-2.12.13-1/system/src/tool/cafex/
DExecutableClasses.cs1983 …internal static int start(string str_opt, string test_str, string timeout, string rc_file, string … in start() argument
1991 …int ret = ProcessExecutor.DoProcess_GetOutput(GetExeName(), str_opt + " \"" + test_str + "\" -t " … in start()
2008 …internal static int start_redirectionCallback(string str_opt, string test_str, string timeout, Dat… in start_redirectionCallback() argument
2015 …essExecutor.StartProcess_RedirectOutput(GetExeName(), str_opt + " \"" + test_str + "\" -t " + time… in start_redirectionCallback()
DCafeFunctions.cs8479 …static int monitor_for_output(string str_opt, string test_str, string timeout, string log_dir, str… in monitor_for_output() argument
8527 … int retVal = monitor_for_output_redirectionCallback(str_opt, test_str, timeout, callback); in monitor_for_output()
8540 …static int monitor_for_output_redirectionCallback(string str_opt, string test_str, string timeout,… in monitor_for_output_redirectionCallback() argument
8546 … string ret = monitor.start_redirectionCallback(str_opt, test_str, timeout, callback).ToString(); in monitor_for_output_redirectionCallback()