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)))
177 cs_bucket, cs_hash, download_path, cs_remote_path,
254 cs_hash = cloud_storage.CalculateHash(dependency_path)
257 self._SetPlatformData(dependency, platform, 'cloud_storage_hash', cs_hash)
264 dependency, cs_hash, cs_base_folder)
379 def _CloudStorageRemotePath(dependency, cs_hash, cs_base_folder): argument
380 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.py174 cs_hash = self.new_dep_hash
176 expected_remote_path = '%s/%s_%s' % (cs_base_folder, dependency, cs_hash)
178 dependency, cs_hash, cs_base_folder)
182 expected_remote_path = '%s_%s' % (dependency, cs_hash)
184 dependency, cs_hash, cs_base_folder)
1061 self.cs_hash = 'hash12'
1065 self.platform_dict = {'cloud_storage_hash': self.cs_hash,
1362 self.assertEqual(self.cs_hash, config._GetPlatformData(
1513 cs_hash='hash111', download_path='download_path111',
1517 cs_hash='hash112', download_path='download_path112',
[all …]