Searched refs:rootName (Results 1 – 1 of 1) sorted by relevance
135 std::string rootName = std::filesystem::read_symlink(muxPath).filename(); in deriveRootBus() local136 size_t dash = rootName.find('-'); in deriveRootBus()139 lg2::error("Error finding root bus for '{NAME}'", "NAME", rootName); in deriveRootBus()143 return std::stoi(rootName.substr(0, dash)); in deriveRootBus()