Home
last modified time | relevance | path

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

/openbmc/dbus-sensors/src/nvme/
H A DNVMeSensorMain.cpp122 std::string rootName = std::filesystem::read_symlink(muxPath).filename(); in deriveRootBus() local
123 size_t dash = rootName.find('-'); in deriveRootBus()
126 std::cerr << "Error finding root bus for " << rootName << "\n"; in deriveRootBus()
130 return std::stoi(rootName.substr(0, dash)); in deriveRootBus()