Home
last modified time | relevance | path

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

/frameworks/base/services/incremental/
DIncrementalService.cpp392 mBindsByPath.clear(); in ~IncrementalService()
508 dprintf(fd, "Sorted binds (%d): {\n", int(mBindsByPath.size())); in onDump()
509 for (auto&& [target, mountPairIt] : mBindsByPath) { in onDump()
862 return findParentPath(mBindsByPath, path); in findStorageLocked()
868 if (it == mBindsByPath.end()) { in findStorageId()
1030 mBindsByPath.erase(path); in deleteStorageLocked()
1098 const auto storageIt = mBindsByPath.find(norm); in unbind()
1099 if (storageIt == mBindsByPath.end() || storageIt->second->second.storage != storage) { in unbind()
1110 mBindsByPath.erase(storageIt); in unbind()
1339 mBindsByPath[std::move(target)] = it; in addBindMountRecordLocked()
DIncrementalService.h496 BindPathMap mBindsByPath; variable