Searched refs:CheckFileMatches (Results 1 – 1 of 1) sorted by relevance
47 if (CheckLineMatches(line) && CheckFileMatches(file) && CheckMessageMatches(message)) in Matches()70 bool CheckFileMatches(std::string_view got_file) const { in CheckFileMatches() function