Home
last modified time | relevance | path

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

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