Home
last modified time | relevance | path

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

/openbmc/openpower-vpd-parser/
H A Dconst.hpp32 static constexpr auto UUID_LEN_BYTES = 16; variable
H A Dimpl.cpp498 auto stop = std::next(iterator, UUID_LEN_BYTES); in readKwData()