Lines Matching refs:ret
241 int ret = ProcessExecutor.DoProcess_GetOutput(exe_path, arguments, out output); in FW_SW_Version()
249 if (ret != 0) in FW_SW_Version()
254 return ret; in FW_SW_Version()
265 return ret; in FW_SW_Version()
287 int ret = ProcessExecutor.DoProcess_GetOutput(exe_path, arguments, out output); in boot_mode_detect()
295 if (ret != 0) in boot_mode_detect()
299 return ret; in boot_mode_detect()
1302 …int ret = ProcessExecutor.DoProcess_GetOutput(exe_path, "-cfgxml " + cfg + " " + src + " " + dst +… in sync()
1308 return ret; in sync()
1378 …int ret = ProcessExecutor.DoProcess_GetOutput(exe_path, quiet + " -i 0x20008000 -j 0x20008800 -o "… in make()
1384 return ret; in make()
1969 …int ret = ProcessExecutor.DoProcess_GetOutput(GetExeName(), str_opt + " \"" + test_str + "\" -t " … in start()
1973 sw.WriteLine(ret); in start()
1983 return ret; in start()
1993 …int ret = ProcessExecutor.StartProcess_RedirectOutput(GetExeName(), str_opt + " \"" + test_str + "… in start_redirectionCallback()
1995 return ret; in start_redirectionCallback()
2004 …int ret = ProcessExecutor.DoProcess(GetExeName(), "-t " + MONITOR_FLUSH_TIME + " -s " + MONITOR_FL… in flush()
2007 Log.WriteLine("monitor.flush returned = " + ret); in flush()