Home
last modified time | relevance | path

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

/openbmc/dbus-sensors/src/
H A DIntelCPUSensorMain.cpp430 std::string newDevice = devPath + "peci-" + busStr + "/new_device"; in exportDevice() local
433 std::filesystem::path devicePath(newDevice); in exportDevice()
465 std::ofstream deviceFile(newDevice); in exportDevice()
468 std::cerr << "Error opening " << newDevice << "\n"; in exportDevice()