Searched refs:bindIt (Results 1 – 1 of 1) sorted by relevance
1122 const auto bindIt = storageIt->second; in unbind() local1123 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() local1162 if (bindIt == incfs.bindPoints.end()) { in normalizePathToStorageLocked()1165 return path::join(bindIt->second.sourceDir, path::relativize(bindIt->first, normPath)); in normalizePathToStorageLocked()