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 fs::path dtorPath = i2cBusPath(params.bus) / "delete_device"; in destroy() local
148 std::ofstream dtor(dtorPath); in destroy()
151 std::cerr << "Failed to open " << dtorPath << "\n"; in destroy()
159 std::cerr << "Failed to write to " << dtorPath << "\n"; in destroy()