Home
last modified time | relevance | path

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

/aosp12/system/incremental_delivery/incfs/include/
H A DMountRegistry.h43 using BindMap = std::map<std::string, Bind, std::less<>>; variable
49 std::vector<BindMap::const_iterator> binds;
98 std::pair<int, BindMap::const_iterator> rootIndex(std::string_view path) const;
101 BindMap rootByBindPoint;
/aosp12/frameworks/base/services/incremental/
H A DIncrementalService.h339 using BindMap = std::map<std::string, Bind, path::PathLess>; member
349 BindMap bindPoints;
401 using BindPathMap = std::map<std::string, IncFsMount::BindMap::iterator, path::PathLess>;
/aosp12/system/incremental_delivery/incfs/
H A DMountRegistry.cpp87 std::pair<int, MountRegistry::BindMap::const_iterator> MountRegistry::Mounts::rootIndex( in rootIndex()