Home
last modified time | relevance | path

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

/openbmc/dbus-sensors/src/nvme/
H A DNVMeSensorMain.cpp115 std::filesystem::path muxPath = deriveRootBusPath(*busNumber); in deriveRootBus() local
117 if (!std::filesystem::is_symlink(muxPath)) in deriveRootBus()
122 std::string rootName = std::filesystem::read_symlink(muxPath).filename(); in deriveRootBus()
/openbmc/s2600wf-misc/hsbp-manager/src/
H A Dhsbp_manager.cpp1625 std::filesystem::path muxPath = in updateAssets() local
1628 if (!std::filesystem::is_symlink(muxPath)) in updateAssets()
1638 std::filesystem::read_symlink(muxPath).filename(); in updateAssets()