Home
last modified time | relevance | path

Searched refs:_GetLocked (Results 1 – 2 of 2) sorted by relevance

/external/chromium-trace/catapult/catapult_base/catapult_base/
Dcloud_storage.py212 _GetLocked(bucket, remote_path, local_path)
246 def _GetLocked(bucket, remote_path, local_path): function
307 _GetLocked(bucket, cs_path, download_path)
331 _GetLocked(bucket, expected_hash, file_path)
Dcloud_storage_unittest.py146 orig_get = cloud_storage._GetLocked
154 cloud_storage._GetLocked = self._FakeGet
171 cloud_storage._GetLocked = orig_get