OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gcs_path
(Results
1 - 3
of
3
) sorted by null
/external/chromium-trace/catapult/third_party/gsutil/gslib/commands/
signurl.py
162
content_type, expiration,
gcs_path
):
168
expiration,
gcs_path
))
173
.format(
gcs_path
, client_id, expiration,
251
def _ProbeObjectAccessWithClient(self, key, client_id,
gcs_path
):
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/trace_processor/trace_uploader/endpoints/
corpus_cleanup.py
30
gcs_path
= '/%s/%s.gz' % (trace_bucket, key.id())
32
gcs.delete(
gcs_path
, retry_params=DEFAULT_RETRY_PARAMS)
upload.py
41
gcs_path
= '/%s/%s.gz' % (
43
gcs_file = gcs.open(
gcs_path
,
Completed in 2559 milliseconds