PathMap           115 base/path_service.cc   PathMap cache;        // Cache mappings from path key to path value.
PathMap           116 base/path_service.cc   PathMap overrides;    // Track path overrides.
PathMap           154 base/path_service.cc   PathMap::const_iterator it = path_data->cache.find(key);
PathMap           166 base/path_service.cc   PathMap::const_iterator it = path_data->overrides.find(key);