Home
last modified time | relevance | path

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

/frameworks/base/services/incremental/
DIncrementalService.cpp191 const auto nextIt = map.upper_bound(path); in findParentPath() local
192 if (nextIt == map.begin()) { in findParentPath()
195 const auto suspectIt = std::prev(nextIt); in findParentPath()