Lines Matching refs:checkMionVersion
910 static void stop(string[] args, bool checkMionVersion) in stop() argument
929 checkMionVersion = false; in stop()
994 hoststop(args, checkMionVersion); in stop()
1177 static CAFEX_ERROR parseVersions(string output, bool checkMionVersion, bool checkSdk) in parseVersions() argument
1185 if (checkMionVersion || sw_ver_flat == 0) in parseVersions()
1205 if (checkMionVersion || fw_ver_flat == 0) in parseVersions()
1225 if (checkMionVersion) in parseVersions()
1265 static CAFEX_ERROR hoststop(string[] args, bool checkMionVersion) in hoststop() argument
1275 checkMionVersion = false; in hoststop()
1403 return parseVersions(output, checkMionVersion, true); in hoststop()
1425 …CAFEX_ERROR err = parseVersions(output, checkMionVersion, int.Parse(output.Substring(res, end - re… in hoststop()