Home
last modified time | relevance | path

Searched refs:gzip (Results 1 - 3 of 3) sorted by relevance

/build/toolchain/
H A Dwrapper_utils.py10 import gzip namespace
22 gzip -9: 16.4MB, takes 8.7 seconds.
23 gzip -1: 21.8MB, takes 2.0 seconds.
27 with open(src_path, 'rb') as f_in, gzip.GzipFile(dest_path,
/build/scripts/
H A Dninja2trace.py19 import gzip namespace
101 with gzip.open(dest_file_name, "wt") as f:
/build/ohos/notice/
H A Dmerge_notice_files.py22 import gzip namespace
193 with gzip.open(gz_file_name, mode='wb') as gz_file_fd:

Completed in 2 milliseconds