Home
last modified time | relevance | path

Searched refs:gcs_path (Results 1 – 3 of 3) sorted by relevance

/external/chromium-trace/catapult/third_party/gsutil/gslib/commands/
Dsignurl.py162 content_type, expiration, gcs_path): argument
168 expiration, gcs_path))
173 .format(gcs_path, client_id, expiration,
251 def _ProbeObjectAccessWithClient(self, key, client_id, gcs_path): argument
255 int(time.time()) + 10, gcs_path)
301 gcs_path = url.bucket_name
305 gcs_path = '{0}/{1}'.format(url.bucket_name,
310 gcs_path)
320 client_id, gcs_path)
/external/chromium-trace/catapult/perf_insights/perf_insights/endpoints/
Dcorpus_cleanup.py29 gcs_path = '/%s/%s.gz' % (trace_bucket, key.id())
31 gcs.delete(gcs_path, retry_params=default_retry_params)
Dupload.py41 gcs_path = '/%s/%s.gz' % (
43 gcs_file = gcs.open(gcs_path,