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/
Dcloud_storage_info.py14 def __init__(self, cs_bucket, cs_hash, download_path, cs_remote_path, argument
30 self._cs_bucket = cs_bucket
Dbase_config.py145 cs_bucket = dependency_dict.get('cloud_storage_bucket')
177 cs_bucket, cs_hash, download_path, cs_remote_path,
241 cs_bucket = self._GetPlatformData(
246 cs_bucket, cs_remote_path, dependency_path))
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.py1059 self.cs_bucket = 'bucket1'
1070 'cloud_storage_bucket': self.cs_bucket,
1308 self.assertEqual(self.cs_bucket, config._GetPlatformData(
1471 mock.call('dep', 'plat1_arch1', 'file_path', cs_bucket='bucket1',
1475 mock.call('dep', 'plat1_arch1', 'file_path', cs_bucket='bucket1',
1479 mock.call('dep', 'win_arch1', 'file_path', cs_bucket='bucket1',