Home
last modified time | relevance | path

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

/openbmc/dbus-sensors/src/
H A DDeviceMgmt.cpp147 std::filesystem::path dtorPath = i2cBusPath(params.bus) / "delete_device"; in destroy() local
148 std::ofstream dtor(dtorPath); in destroy()
151 lg2::error("Failed to open '{PATH}'", "PATH", dtorPath); in destroy()
159 lg2::error("Failed to write to '{PATH}'", "PATH", dtorPath); in destroy()