Searched refs:PathMap (Results 1 – 2 of 2) sorted by relevance
33 typedef base::hash_map<int, FilePath> PathMap; typedef96 PathMap cache; // Cache mappings from path key to path value.97 PathMap overrides; // Track path overrides.136 PathMap::const_iterator it = path_data->cache.find(key); in GetFromCache()150 PathMap::const_iterator it = path_data->overrides.find(key); in GetFromOverrides()
40 typedef base::hash_map<int, FilePath> PathMap; typedef115 PathMap cache; // Cache mappings from path key to path value.116 PathMap overrides; // Track path overrides.154 PathMap::const_iterator it = path_data->cache.find(key); in LockedGetFromCache()166 PathMap::const_iterator it = path_data->overrides.find(key); in LockedGetFromOverrides()