Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/third_party/gsutil/gslib/commands/
Dcp.py824 gzip_exts=self.gzip_exts))
991 self.gzip_exts = []
1037 self.gzip_exts = [x.strip() for x in a.split(',')]
/external/chromium-trace/catapult/third_party/gsutil/gslib/
Dcopy_helper.py276 gzip_exts=None, allow_splitting=False)
1532 gzip_exts=None, allow_splitting=True): argument
1567 if gzip_exts and len(fname_parts) > 1 and fname_parts[-1] in gzip_exts:
2618 headers=None, manifest=None, gzip_exts=None): argument
2825 copy_exception_handler, gzip_exts=gzip_exts,