OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cs_bucket
(Results
1 - 4
of
4
) sorted by null
/external/chromium-trace/catapult/dependency_manager/dependency_manager/
cloud_storage_info.py
14
def __init__(self,
cs_bucket
, cs_hash, download_path, cs_remote_path,
20
cs_bucket
: The cloud storage bucket the dependency is located in.
30
self._cs_bucket =
cs_bucket
107
'CloudStorageInfo(download_path=%s, cs_remote_path=%s,
cs_bucket
=%s, '
dependency_info_unittest.py
41
'
cs_bucket
', 'cs_hash', 'dowload_path', 'cs_remote_path')
53
'
cs_bucket
', 'cs_hash', 'dowload_path', 'cs_remote_path')
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',
base_config.py
145
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))
base_config_unittest.py
[
all
...]
Completed in 1318 milliseconds