Home
last modified time | relevance | path

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

/openbmc/dbus-sensors/src/
H A DUtils.cpp255 std::vector<std::regex>::iterator matchPiece = matchPieces.begin(); in findFiles() local
271 if (matchPiece == matchPieces.end()) in findFiles()
278 std::regex regexPiece(*matchPiece); in findFiles()
285 matchPiece++; in findFiles()
291 if (matchPiece == matchPieces.end()) in findFiles()