Searched refs:rootIndex (Results 1 – 2 of 2) sorted by relevance
87 std::pair<int, MountRegistry::BindMap::const_iterator> MountRegistry::Mounts::rootIndex( in rootIndex() function in android::incfs::MountRegistry::Mounts91 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()
40 int rootIndex; member98 std::pair<int, BindMap::const_iterator> rootIndex(std::string_view path) const;