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