Searched refs:mountedIt (Results 1 – 1 of 1) sorted by relevance
1570 auto mountedIt = std::find_if(binds.begin(), binds.end(), in adoptMountedInstances() local1576 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()