Home
last modified time | relevance | path

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

/frameworks/base/services/incremental/
DIncrementalService.cpp682 const auto storageIt = ifs->makeStorage(ifs->mountId); in createStorage() local
683 if (storageIt == ifs->storages.end()) { in createStorage()
709 if (auto err = addBindMount(*ifs, storageIt->first, storageIt->second.name, in createStorage()
710 std::string(storageIt->second.name), std::move(mountNorm), bk, l); in createStorage()
743 const auto storageIt = ifs->makeStorage(storageId); in createLinkedStorage() local
744 if (storageIt == ifs->storages.end()) { in createLinkedStorage()
754 if (auto err = addBindMount(*ifs, storageIt->first, storageIt->second.name, in createLinkedStorage()
755 std::string(storageIt->second.name), path::normalize(mountPoint), in createLinkedStorage()
759 (void)mIncFs->unlink(ifs->control, storageIt->second.name); in createLinkedStorage()
760 ifs->storages.erase(storageIt); in createLinkedStorage()
[all …]
DIncrementalService.h443 IncFsMount::StorageMap::const_iterator storageIt,