Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/incremental/
H A DIncrementalService.h401 using BindPathMap = std::map<std::string, IncFsMount::BindMap::iterator, path::PathLess>; variable
434 BindPathMap::const_iterator findStorageLocked(std::string_view path) const;
496 BindPathMap mBindsByPath;
H A DIncrementalService.cpp860 IncrementalService::BindPathMap::const_iterator IncrementalService::findStorageLocked( in findStorageLocked()