Home
last modified time | relevance | path

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

/openbmc/dbus-sensors/src/intel-cpu/
H A DIntelCPUSensorMain.cpp418 const std::string& addrHexStr = hex.str(); in exportDevice() local
421 std::string parameters = "peci-client 0x" + addrHexStr; in exportDevice()
425 std::string newClient = devPath + busStr + "-" + addrHexStr + "/driver"; in exportDevice()
438 directoryName.ends_with(addrHexStr)) in exportDevice()