Home
last modified time | relevance | path

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

/openbmc/entity-manager/src/
H A Dutils.cpp116 std::smatch matchBus; in getI2cDevicePaths() local
122 if (std::regex_search(path, matchBus, searchBus)) in getI2cDevicePaths()
124 size_t bus = stoul(*matchBus.begin()); in getI2cDevicePaths()