Home
last modified time | relevance | path

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

/openbmc/entity-manager/src/entity_manager/
H A Dutils.cpp52 std::string hashString; in fwVersionIsSame() local
53 hashFile >> hashString; in fwVersionIsSame()
55 if (expectedHash == hashString) in fwVersionIsSame()