Home
last modified time | relevance | path

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

/development/vndk/tools/header-checker/src/utils/
Dsource_path_utils.cpp44 auto suffix_it = suffix.rbegin(); in PathEndsWith() local
45 while (suffix_it != suffix.rend()) { in PathEndsWith()
49 if (*path_it != *suffix_it) { in PathEndsWith()
53 ++suffix_it; in PathEndsWith()