Searched defs:checkResultMsg (Results 1 – 4 of 4) sorted by relevance
31 std::string checkResultMsg; in DoSomethingInterestingWithMyAPI() local
104 …std::string checkResultMsg = "the dependent module: " + dependency.moduleName + " does not exist."; in CheckDependency() local
1653 string checkResultMsg; variable
1630 void BundleInstallChecker::SetCheckResultMsg(const std::string checkResultMsg) in SetCheckResultMsg()