Searched refs:grepStr (Results 1 – 2 of 2) sorted by relevance
44 std::string_view grepStr = "");
58 const std::string_view grepStr) in readFileThenGrepIntoString() argument66 if (line.find(grepStr) != std::string::npos) in readFileThenGrepIntoString()