Searched refs:cs_hash (Results 1 – 4 of 4) sorted by relevance
/external/chromium-trace/catapult/dependency_manager/dependency_manager/ |
D | base_config.py | 153 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)
|
D | cloud_storage_info.py | 14 def __init__(self, cs_bucket, cs_hash, download_path, cs_remote_path, argument 31 self._cs_hash = cs_hash
|
D | dependency_info_unittest.py | 80 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',
|
D | base_config_unittest.py | 174 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 …]
|