Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/dependency_manager/dependency_manager/
Dbase_config.py153 cs_hash = platform_info.get('cloud_storage_hash')
154 if not cs_hash:
159 dependency, cs_hash, cs_base_folder)
167 '%s_%s_%s' % (dependency, platform, cs_hash)))
172 cs_bucket, cs_hash, download_path, cs_remote_path,
229 cs_hash = cloud_storage.CalculateHash(dependency_path)
232 self._SetPlatformData(dependency, platform, 'cloud_storage_hash', cs_hash)
239 dependency, cs_hash, cs_base_folder)
346 def _CloudStorageRemotePath(dependency, cs_hash, cs_base_folder): argument
347 cs_remote_file = '%s_%s' % (dependency, cs_hash)
Dcloud_storage_info.py14 def __init__(self, cs_bucket, cs_hash, download_path, cs_remote_path, argument
31 self._cs_hash = cs_hash
Ddependency_info_unittest.py80 cs_bucket='cs_bucket2', cs_hash='cs_hash2',
89 cs_bucket='cs_bucket4', cs_hash='cs_hash4',
187 cs_bucket='cs_bucket2', cs_hash='cs_hash2',
198 cs_bucket='cs_bucket4', cs_hash='cs_hash4',
Dbase_config_unittest.py173 cs_hash = self.new_dep_hash
175 expected_remote_path = '%s/%s_%s' % (cs_base_folder, dependency, cs_hash)
177 dependency, cs_hash, cs_base_folder)
181 expected_remote_path = '%s_%s' % (dependency, cs_hash)
183 dependency, cs_hash, cs_base_folder)
1060 self.cs_hash = 'hash12'
1064 self.platform_dict = {'cloud_storage_hash': self.cs_hash,
1319 self.assertEqual(self.cs_hash, config._GetPlatformData(
1471 cs_hash='hash111', download_path='download_path111',
1475 cs_hash='hash112', download_path='download_path112',
[all …]