Searched refs:versionStr (Results 1 – 10 of 10) sorted by relevance
/openbmc/openpower-pnor-code-mgmt/test/ |
H A D | msl_verify.cpp | 55 std::string versionStr; in TEST_F() local 57 versionStr = "nomatch-1.2.3-abc"; in TEST_F() 58 minimumShipLevel->parse(versionStr, version); in TEST_F() 63 versionStr = "xyzformat-v1.2.3-4.5abc"; in TEST_F() 64 minimumShipLevel->parse(versionStr, version); in TEST_F() 69 versionStr = "xyformat-system-v6.7-abc"; in TEST_F() 70 minimumShipLevel->parse(versionStr, version); in TEST_F() 75 versionStr = "Vendor-Model-v-4.1.01"; in TEST_F() 76 minimumShipLevel->parse(versionStr, version); in TEST_F() 81 versionStr = "Vendor-Model-v-4.1-abc"; in TEST_F() [all …]
|
/openbmc/phosphor-bmc-code-mgmt/ |
H A D | msl_verify.hpp | 20 bool verify(const std::string& versionStr); 30 void parse(const std::string& versionStr, Version& version);
|
H A D | version.hpp | 91 versionStr(versionString) in Version() 195 const std::string versionStr; member in phosphor::software::manager::Version
|
H A D | activation.cpp | 109 auto versionStr = parent.versions.find(versionId)->second->version(); in activation() local 111 if (!minimum_ship_level::verify(versionStr)) in activation()
|
/openbmc/phosphor-psu-code-mgmt/src/ |
H A D | version.hpp | 81 versionId(versionId), versionStr(versionString) in Version() 141 return versionStr; in getVersionString() 155 const std::string versionStr; member in phosphor::software::updater::Version
|
/openbmc/openpower-pnor-code-mgmt/ |
H A D | msl_verify.cpp | 55 void MinimumShipLevel::parse(const std::string& versionStr, Version& version) in parse() argument 63 if (!std::regex_search(versionStr, match, regex)) in parse() 67 if (!std::regex_search(versionStr, match, regexShort)) in parse() 70 entry("VERSION=%s", versionStr.c_str())); in parse()
|
H A D | version.hpp | 92 versionId(versionId), versionStr(versionString), in Version() 177 const std::string versionStr; member in openpower::software::updater::Version
|
H A D | msl_verify.hpp | 60 void parse(const std::string& versionStr, Version& version);
|
/openbmc/linux/tools/testing/selftests/net/openvswitch/ |
H A D | ovs-dpctl.py | 1543 self, dpname, shouldUpcall=False, versionStr=None, p=OvsPacket() argument 1547 if versionStr is None: 1550 msg["version"] = int(versionStr.split(":")[0], 0) 1556 if versionStr is not None and versionStr.find(":") != -1: 1557 dpfeatures = int(versionStr.split(":")[1], 0) 1559 if versionStr is None or versionStr.find(":") == -1:
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/tiobench/tiobench-0.3.3/ |
H A D | avoid-glibc-clashes.patch | 19 @@ -31,7 +31,7 @@ static const char* versionStr = "tiotest v0.3.3 (C) 1999-2000 Mika Kuoppala <mik
|