Home
last modified time | relevance | path

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

/frameworks/base/services/incremental/
DIncrementalService.cpp515 const auto storageIt = ifs->makeStorage(ifs->mountId); in createStorage() local
516 if (storageIt == ifs->storages.end()) { in createStorage()
545 if (auto err = addBindMount(*ifs, storageIt->first, storageIt->second.name, in createStorage()
546 std::string(storageIt->second.name), std::move(mountNorm), bk, l); in createStorage()
590 const auto storageIt = ifs->makeStorage(storageId); in createLinkedStorage() local
591 if (storageIt == ifs->storages.end()) { in createLinkedStorage()
601 if (auto err = addBindMount(*ifs, storageIt->first, storageIt->second.name, in createLinkedStorage()
602 std::string(storageIt->second.name), path::normalize(mountPoint), in createLinkedStorage()
606 (void)mIncFs->unlink(ifs->control, storageIt->second.name); in createLinkedStorage()
607 ifs->storages.erase(storageIt); in createLinkedStorage()
[all …]
DIncrementalService.h339 IncFsMount::StorageMap::const_iterator storageIt,