Home
last modified time | relevance | path

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

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