Home
last modified time | relevance | path

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

/system/incremental_delivery/incfs/
DMountRegistry.cpp87 std::pair<int, MountRegistry::BindMap::const_iterator> MountRegistry::Mounts::rootIndex( in rootIndex() function in android::incfs::MountRegistry::Mounts
91 return {it->second.rootIndex, it}; in rootIndex()
96 const auto index = it->second.rootIndex; in rootIndex()
109 auto [index, _] = rootIndex(path::normalize(path)); in rootFor()
119 auto [index, bindIt] = rootIndex(normalPath); in rootAndSubpathFor()
144 const auto index = it->second.rootIndex; in removeRoot()
169 auto [root, rootIt] = rootIndex(whatAbsolute); in addBind()
187 auto [root, rootIt] = rootIndex(absolute); in removeBind()
/system/incremental_delivery/incfs/include/
DMountRegistry.h40 int rootIndex; member
98 std::pair<int, BindMap::const_iterator> rootIndex(std::string_view path) const;