Home
last modified time | relevance | path

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

/openbmc/entity-manager/src/
H A Doverlay.cpp94 std::filesystem::path channelPath = in linkMux() local
96 if (!is_symlink(channelPath)) in linkMux()
98 std::cerr << channelPath << " for mux channel " << channelName in linkMux()
102 std::filesystem::path bus = std::filesystem::read_symlink(channelPath); in linkMux()