Home
last modified time | relevance | path

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

/external/libchrome/base/
Dpath_service.cc41 typedef std::unordered_map<int, FilePath> PathMap; typedef
121 PathMap cache; // Cache mappings from path key to path value.
122 PathMap overrides; // Track path overrides.
151 PathMap::const_iterator it = path_data->cache.find(key); in LockedGetFromCache()
163 PathMap::const_iterator it = path_data->overrides.find(key); in LockedGetFromOverrides()