Lines Matching refs:mMounts
313 mMounts.clear(); in ~IncrementalService()
331 dprintf(fd, "Mounts (%d): {\n", int(mMounts.size())); in onDump()
332 for (auto&& [id, ifs] : mMounts) { in onDump()
383 mounts.reserve(mMounts.size()); in onSystemReady()
384 for (auto&& [id, ifs] : mMounts) { in onSystemReady()
410 auto [it, inserted] = mMounts.try_emplace(id, nullptr); in getStorageSlotLocked()
510 mMounts.erase(*itPtr); in createStorage()
593 mMounts.erase(mountIt); in createLinkedStorage()
725 mMounts.erase(id); in deleteStorageLocked()
731 mMounts.erase(ifs.mountId); in deleteStorageLocked()
748 auto it = mMounts.find(storage); in getIfsLocked()
749 if (it == mMounts.end()) { in getIfsLocked()
1156 auto [_, inserted] = mMounts.try_emplace(storageId, ifs); in adoptMountedInstances()
1231 mMounts[ifs->mountId] = std::move(ifs); in adoptMountedInstances()
1339 auto [_, inserted] = mMounts.try_emplace(storageId, ifs); in mountExistingImage()
1376 mMounts[ifs->mountId] = std::move(ifs); in mountExistingImage()
1745 affected.reserve(mMounts.size()); in onAppOpChanged()
1746 for (auto&& [id, ifs] : mMounts) { in onAppOpChanged()