Searched refs:FullMatch (Results 1 – 1 of 1) sorted by relevance
125 bool FullMatch(const std::filesystem::path& pattern, const std::filesystem::path& path) { in FullMatch() function145 std::any_of(patterns.begin(), patterns.end(), std::bind(FullMatch, _1, entry.path()))) { in MatchGlobRecursive()