Searched refs:muxPath (Results 1 – 2 of 2) sorted by relevance
115 std::filesystem::path muxPath = deriveRootBusPath(*busNumber); in deriveRootBus() local117 if (!std::filesystem::is_symlink(muxPath)) in deriveRootBus()122 std::string rootName = std::filesystem::read_symlink(muxPath).filename(); in deriveRootBus()
1625 std::filesystem::path muxPath = in updateAssets() local1628 if (!std::filesystem::is_symlink(muxPath)) in updateAssets()1638 std::filesystem::read_symlink(muxPath).filename(); in updateAssets()