Home
last modified time | relevance | path

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

/frameworks/base/services/incremental/
DIncrementalService.cpp1122 const auto bindIt = storageIt->second; in unbind() local
1123 const auto storageId = bindIt->second.storage; in unbind()
1133 mVold->unmountIncFs(bindIt->first); in unbind()
1139 const std::string savedFile = std::move(bindIt->second.savedFilename); in unbind()
1140 ifs->bindPoints.erase(bindIt); in unbind()
1161 const auto bindIt = findParentPath(incfs.bindPoints, normPath); in normalizePathToStorageLocked() local
1162 if (bindIt == incfs.bindPoints.end()) { in normalizePathToStorageLocked()
1165 return path::join(bindIt->second.sourceDir, path::relativize(bindIt->first, normPath)); in normalizePathToStorageLocked()