Home
last modified time | relevance | path

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

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