Searched refs:UUID_LEN_BYTES (Results 1 – 2 of 2) sorted by relevance
/openbmc/openpower-vpd-parser/ | ||
H A D | const.hpp | 32 static constexpr auto UUID_LEN_BYTES = 16; variable |
H A D | impl.cpp | 498 auto stop = std::next(iterator, UUID_LEN_BYTES); in readKwData() |