Searched refs:suffix_it (Results 1 – 1 of 1) sorted by relevance
44 auto suffix_it = suffix.rbegin(); in PathEndsWith() local45 while (suffix_it != suffix.rend()) { in PathEndsWith()49 if (*path_it != *suffix_it) { in PathEndsWith()53 ++suffix_it; in PathEndsWith()