Searched refs:cs_bucket (Results 1 – 4 of 4) sorted by relevance
/external/chromium-trace/catapult/dependency_manager/dependency_manager/ |
D | base_config.py | 145 cs_bucket = dependency_dict.get('cloud_storage_bucket') 177 cs_bucket, cs_hash, download_path, cs_remote_path, 261 cs_bucket = self._GetPlatformData( 266 cs_bucket, cs_remote_path, dependency_path))
|
D | cloud_storage_info.py | 14 def __init__(self, cs_bucket, cs_hash, download_path, cs_remote_path, argument 30 self._cs_bucket = cs_bucket
|
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 | 1059 self.cs_bucket = 'bucket1' 1070 'cloud_storage_bucket': self.cs_bucket, 1350 self.assertEqual(self.cs_bucket, config._GetPlatformData( 1512 mock.call('dep', 'plat1_arch1', 'file_path', cs_bucket='bucket1', 1516 mock.call('dep', 'plat1_arch1', 'file_path', cs_bucket='bucket1', 1520 mock.call('dep', 'win_arch1', 'file_path', cs_bucket='bucket1',
|