Searched refs:searchBus (Results 1 – 1 of 1) sorted by relevance
114 std::regex searchBus(std::string(R"(\w[^-]*$)")); in getI2cDevicePaths() local122 if (std::regex_search(path, matchBus, searchBus)) in getI2cDevicePaths()