Home
last modified time | relevance | path

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

/openbmc/dbus-sensors/src/
H A DDeviceMgmt.cpp115 fs::path ctorPath = i2cBusPath(params.bus) / "new_device"; in create() local
116 std::ofstream ctor(ctorPath); in create()
119 std::cerr << "Failed to open " << ctorPath << "\n"; in create()
127 std::cerr << "Failed to write to " << ctorPath << "\n"; in create()