Searched refs:isWumadExecution (Results 1 – 1 of 1) sorted by relevance
| /CafeSDK-2.12.13-1/system/src/tool/cafex/ |
| D | CafeFunctions.cs | 1685 bool isWumadExecution, in tryCafeReboot() argument 1704 error = startBootRun(isWumadExecution, launch, true); in tryCafeReboot() 1729 static CAFEX_ERROR startBootRun(bool isWumadExecution, bool launch, bool reboot) in startBootRun() argument 1786 if (isWumadExecution) in startBootRun() 1925 bool isWumadExecution = false; in run() 2463 …if (isWumadExecution && command != "on" && string.Compare(MCP_LAUNCH_HINT.value, "odd", true) != 0) in run() 2529 isWumadExecution = true; in run() 3658 ret.error = startBootRun(isWumadExecution, launch, true); in run() 3732 isWumadExecution, in run() 3797 isWumadExecution, in run() [all …]
|