Searched refs:rootName (Results 1 – 1 of 1) sorted by relevance
122 std::string rootName = std::filesystem::read_symlink(muxPath).filename(); in deriveRootBus() local123 size_t dash = rootName.find('-'); in deriveRootBus()126 std::cerr << "Error finding root bus for " << rootName << "\n"; in deriveRootBus()130 return std::stoi(rootName.substr(0, dash)); in deriveRootBus()