Home
last modified time | relevance | path

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

/art/libarttools/
Dtools.cc77 bool PartialMatch(const std::filesystem::path& pattern, const std::filesystem::path& path_prefix) { in PartialMatch() function
138 if (std::none_of(patterns.begin(), patterns.end(), std::bind(PartialMatch, _1, entry.path()))) { in MatchGlobRecursive()