Home
last modified time | relevance | path

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

/openbmc/dbus-sensors/src/
H A DUtils.cpp257 std::vector<std::regex>::iterator matchPiece = matchPieces.begin(); in findFiles() local
273 if (matchPiece == matchPieces.end()) in findFiles()
280 std::regex regexPiece(*matchPiece); in findFiles()
287 matchPiece++; in findFiles()
293 if (matchPiece == matchPieces.end()) in findFiles()