Searched refs:GetCloudApiInstance (Results 1 – 7 of 7) sorted by relevance
/external/chromium-trace/catapult/third_party/gsutil/gslib/commands/ |
D | rm.py | 32 from gslib.util import GetCloudApiInstance 341 gsutil_api = GetCloudApiInstance(self, thread_state=thread_state)
|
D | setmeta.py | 31 from gslib.util import GetCloudApiInstance 209 gsutil_api = GetCloudApiInstance(self, thread_state=thread_state)
|
D | rsync.py | 50 from gslib.util import GetCloudApiInstance 460 gsutil_api = GetCloudApiInstance(cls, thread_state=thread_state) 874 gsutil_api = GetCloudApiInstance(cls, thread_state=thread_state)
|
D | cp.py | 39 from gslib.util import GetCloudApiInstance 740 gsutil_api = GetCloudApiInstance(self, thread_state=thread_state)
|
D | perfdiag.py | 58 from gslib.util import GetCloudApiInstance 281 cls.gsutil_api = GetCloudApiInstance(cls, thread_state) 297 cls.gsutil_api = GetCloudApiInstance(cls, thread_state) 310 cls.gsutil_api = GetCloudApiInstance(cls, thread_state) 325 cls.gsutil_api = GetCloudApiInstance(cls, thread_state) 338 cls.gsutil_api = GetCloudApiInstance(cls, thread_state)
|
/external/chromium-trace/catapult/third_party/gsutil/gslib/ |
D | copy_helper.py | 104 from gslib.util import GetCloudApiInstance 253 gsutil_api = GetCloudApiInstance(cls, thread_state=thread_state) 1785 gsutil_api = GetCloudApiInstance(cls, thread_state=thread_state) 3028 gsutil_api = GetCloudApiInstance(cls, thread_state)
|
D | util.py | 870 def GetCloudApiInstance(cls, thread_state=None): function
|