Home
last modified time | relevance | path

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

/openbmc/google-misc/subprojects/metrics-ipmi-blobs/
H A Dutil.hpp44 std::string_view grepStr = "");
H A Dutil.cpp58 const std::string_view grepStr) in readFileThenGrepIntoString() argument
66 if (line.find(grepStr) != std::string::npos) in readFileThenGrepIntoString()