Home
last modified time | relevance | path

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

/openbmc/dbus-sensors/src/
H A DUtils.hpp43 const std::regex illegalDbusRegex("[^A-Za-z0-9_]"); variable
/openbmc/dbus-sensors/src/intel-cpu/
H A DIntelCPUSensorMain.cpp732 std::regex_replace(nameRaw, illegalDbusRegex, "_"); in getCpuConfig()