Home
last modified time | relevance | path

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

/art/libarttools/
Dtools.cc97 bool FullMatchRecursive(const std::filesystem::path& pattern, in FullMatchRecursive() function
111 return FullMatchRecursive( in FullMatchRecursive()
113 (path_it != path.end() && FullMatchRecursive(pattern, pattern_it, path, ++path_it)); in FullMatchRecursive()
121 return FullMatchRecursive(pattern, ++pattern_it, path, ++path_it); in FullMatchRecursive()
126 return FullMatchRecursive(pattern, pattern.begin(), path, path.begin()); in FullMatch()