Searched refs:PartialMatch (Results 1 – 1 of 1) sorted by relevance
77 bool PartialMatch(const std::filesystem::path& pattern, const std::filesystem::path& path_prefix) { in PartialMatch() function138 if (std::none_of(patterns.begin(), patterns.end(), std::bind(PartialMatch, _1, entry.path()))) { in MatchGlobRecursive()