Home
last modified time | relevance | path

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

/CafeSDK-2.12.13/system/src/tool/cafex/
DCafeFunctions.cs1141 static CAFEX_ERROR parseVersions(string output, bool checkMionVersion, bool checkSdk) in parseVersions() method in CafeX.Program
1366 return parseVersions(output, checkMionVersion, true); in hoststop()
1388 …CAFEX_ERROR err = parseVersions(output, checkMionVersion, int.Parse(output.Substring(res, end - re… in hoststop()