Lines Matching refs:ret
247 int ret = ProcessExecutor.DoProcess_GetOutput(exe_path, arguments, out output); in FW_SW_Version()
256 if (ret == 0) in FW_SW_Version()
276 return ret; in FW_SW_Version()
283 return ret; in FW_SW_Version()
305 int ret = ProcessExecutor.DoProcess_GetOutput(exe_path, arguments, out output); in boot_mode_detect()
313 if (ret != 0) in boot_mode_detect()
317 return ret; in boot_mode_detect()
1324 …int ret = ProcessExecutor.DoProcess_GetOutput(exe_path, "-cfgxml " + cfg + " " + src + " " + dst +… in sync()
1330 return ret; in sync()
1400 …int ret = ProcessExecutor.DoProcess_GetOutput(exe_path, quiet + " -i 0x20008000 -j 0x20008800 -o "… in make()
1406 return ret; in make()
1991 …int ret = ProcessExecutor.DoProcess_GetOutput(GetExeName(), str_opt + " \"" + test_str + "\" -t " … in start()
1995 sw.WriteLine(ret); in start()
2005 return ret; in start()
2015 …int ret = ProcessExecutor.StartProcess_RedirectOutput(GetExeName(), str_opt + " \"" + test_str + "… in start_redirectionCallback()
2017 return ret; in start_redirectionCallback()
2026 …int ret = ProcessExecutor.DoProcess(GetExeName(), "-t " + MONITOR_FLUSH_TIME + " -s " + MONITOR_FL… in flush()
2029 Log.WriteLine("monitor.flush returned = " + ret); in flush()