Searched refs:mountedIt (Results 1 – 1 of 1) sorted by relevance
1590 auto mountedIt = std::find_if(binds.begin(), binds.end(), in adoptMountedInstances() local1596 if (mountedIt != binds.end()) { in adoptMountedInstances()1598 << " to mount " << mountedIt->first; in adoptMountedInstances()1603 if (mountedIt != binds.end() - 1) { in adoptMountedInstances()1604 std::iter_swap(mountedIt, binds.end() - 1); in adoptMountedInstances()