Home
last modified time | relevance | path

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

/frameworks/base/services/incremental/
DIncrementalService.cpp683 const auto mountIt = getStorageSlotLocked(); in createStorage() local
684 const auto mountId = mountIt->first; in createStorage()
700 std::unique_ptr<decltype(mountIt), decltype(secondCleanup)>(&mountIt, secondCleanup); in createStorage()
739 mountIt->second = std::move(ifs); in createStorage()
761 const auto mountIt = getStorageSlotLocked(); in createLinkedStorage() local
762 const auto storageId = mountIt->first; in createLinkedStorage()
766 mMounts.erase(mountIt); in createLinkedStorage()
784 mountIt->second = ifs; in createLinkedStorage()