Home
last modified time | relevance | path

Searched refs:searchBus (Results 1 – 1 of 1) sorted by relevance

/openbmc/entity-manager/src/
H A Dutils.cpp114 std::regex searchBus(std::string(R"(\w[^-]*$)")); in getI2cDevicePaths() local
122 if (std::regex_search(path, matchBus, searchBus)) in getI2cDevicePaths()