Searched refs:path_prefix_it (Results 1 – 1 of 1) sorted by relevance
79 path_prefix_it = path_prefix.begin(); in PartialMatch() local81 pattern_it++, path_prefix_it++) { in PartialMatch()82 if (path_prefix_it == path_prefix.end()) { in PartialMatch()91 if (fnmatch(pattern_it->c_str(), path_prefix_it->c_str(), /*flags=*/0) != 0) { in PartialMatch()