Home
last modified time | relevance | path

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

/openbmc/dbus-sensors/src/
H A DIntelCPUSensorMain.cpp732 std::string nameRaw = std::visit(VariantToStringVisitor(), in getCpuConfig() local
734 std::string name = std::regex_replace(nameRaw, illegalDbusRegex, in getCpuConfig()