Home
last modified time | relevance | path

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

/frameworks/base/services/incremental/
DIncrementalService.cpp1102 const auto bindIt = storageIt->second; in unbind() local
1103 const auto storageId = bindIt->second.storage; in unbind()
1113 mVold->unmountIncFs(bindIt->first); in unbind()
1119 const std::string savedFile = std::move(bindIt->second.savedFilename); in unbind()
1120 ifs->bindPoints.erase(bindIt); in unbind()
1141 const auto bindIt = findParentPath(incfs.bindPoints, normPath); in normalizePathToStorageLocked() local
1142 if (bindIt == incfs.bindPoints.end()) { in normalizePathToStorageLocked()
1145 return path::join(bindIt->second.sourceDir, path::relativize(bindIt->first, normPath)); in normalizePathToStorageLocked()