Home
last modified time | relevance | path

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

/openbmc/entity-manager/src/entity_manager/
H A Doverlay.cpp79 std::filesystem::path channelPath = in linkMux() local
81 if (!is_symlink(channelPath)) in linkMux()
84 "PATH", channelPath.string(), "CHANNEL", channelName); in linkMux()
87 std::filesystem::path bus = std::filesystem::read_symlink(channelPath); in linkMux()