Home
last modified time | relevance | path

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

/frameworks/base/services/incremental/
DIncrementalService.cpp1570 auto mountedIt = std::find_if(binds.begin(), binds.end(), in adoptMountedInstances() local
1576 if (mountedIt != binds.end()) { in adoptMountedInstances()
1578 << " to mount " << mountedIt->first; in adoptMountedInstances()
1583 if (mountedIt != binds.end() - 1) { in adoptMountedInstances()
1584 std::iter_swap(mountedIt, binds.end() - 1); in adoptMountedInstances()