Searched refs:mMounts (Results 1 – 2 of 2) sorted by relevance
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()[all …]
370 MountMap mMounts; variable