Home
last modified time | relevance | path

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

/openbmc/dbus-sensors/src/
H A DDeviceMgmt.cpp113 std::filesystem::path ctorPath = i2cBusPath(params.bus) / "new_device"; in create() local
114 std::ofstream ctor(ctorPath); in create()
117 std::cerr << "Failed to open " << ctorPath << "\n"; in create()
125 std::cerr << "Failed to write to " << ctorPath << "\n"; in create()