Home
last modified time | relevance | path

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

/openbmc/openpower-debug-collector/dump/
H A Ddump_monitor.cpp20 std::regex idFormat("^[a-fA-F0-9]{8}$"); in executeCollectionScript() local
22 if (!std::regex_match(dumpIdStr, idFormat)) in executeCollectionScript()