Home
last modified time | relevance | path

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

/openbmc/dbus-sensors/src/intel-cpu/
H A DIntelCPUSensorMain.cpp424 std::string newDevice = devPath + "peci-" + busStr + "/new_device"; in exportDevice() local
427 std::filesystem::path devicePath(newDevice); in exportDevice()
456 std::ofstream deviceFile(newDevice); in exportDevice()
459 lg2::error("Error opening '{DEVICE}'", "DEVICE", newDevice); in exportDevice()