Home
last modified time | relevance | path

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

/system/incremental_delivery/incfs/
DMountRegistry.cpp67 std::vector<std::pair<std::string_view, std::string_view>> MountRegistry::Mounts::Mount::binds() in binds() function in android::incfs::MountRegistry::Mounts::Mount
70 result.reserve(mBase->binds.size()); in binds()
71 for (auto it : mBase->binds) { in binds()
190 const auto bindIt = std::find(roots[root].binds.begin(), roots[root].binds.end(), rootIt); in moveBind()
210 roots[root].binds.push_back(it); in addBind()
226 auto& binds = roots[root].binds; in removeBind() local
227 auto itBind = std::find(binds.begin(), binds.end(), rootIt); in removeBind()
228 std::swap(binds.back(), *itBind); in removeBind()
229 binds.pop_back(); in removeBind()
372 root.binds.clear(); in loadFrom()
[all …]
/system/incremental_delivery/incfs/include/
DMountRegistry.h45 std::vector<BindMap::const_iterator> binds; member
50 decltype(binds)().swap(binds); in clear() local
60 std::vector<std::pair<std::string_view, std::string_view>> binds() const;