Searched refs:cs_remote_path (Results 1 – 4 of 4) sorted by relevance
/external/chromium-trace/catapult/dependency_manager/dependency_manager/ |
D | base_config.py | 158 cs_remote_path = self._CloudStorageRemotePath( 177 cs_bucket, cs_hash, download_path, cs_remote_path, 263 cs_remote_path = self._CloudStorageRemotePath( 266 cs_bucket, cs_remote_path, dependency_path)) 381 cs_remote_path = cs_remote_file if not cs_base_folder else ( 383 return cs_remote_path
|
D | cloud_storage_info.py | 14 def __init__(self, cs_bucket, cs_hash, download_path, cs_remote_path, argument 29 self._cs_remote_path = cs_remote_path
|
D | dependency_info_unittest.py | 81 download_path='download_path2', cs_remote_path='cs_remote_path2') 90 download_path='download_path4', cs_remote_path='cs_remote_path4') 188 download_path='download_path2', cs_remote_path='cs_remote_path2') 199 download_path='download_path4', cs_remote_path='cs_remote_path4')
|
D | base_config_unittest.py | 1514 cs_remote_path='cs_path111', 1518 cs_remote_path='cs_path112', 1523 cs_remote_path='cs_path1w1',
|