Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/dependency_manager/dependency_manager/
Dbase_config.py145 cs_bucket = dependency_dict.get('cloud_storage_bucket')
172 cs_bucket, cs_hash, download_path, cs_remote_path,
236 cs_bucket = self._GetPlatformData(
241 cs_bucket, cs_remote_path, dependency_path))
Dcloud_storage_info.py14 def __init__(self, cs_bucket, cs_hash, download_path, cs_remote_path, argument
30 self._cs_bucket = cs_bucket
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.py1058 self.cs_bucket = 'bucket1'
1069 'cloud_storage_bucket': self.cs_bucket,
1307 self.assertEqual(self.cs_bucket, config._GetPlatformData(
1470 mock.call('dep', 'plat1_arch1', 'file_path', cs_bucket='bucket1',
1474 mock.call('dep', 'plat1_arch1', 'file_path', cs_bucket='bucket1',
1478 mock.call('dep', 'win_arch1', 'file_path', cs_bucket='bucket1',