Home
last modified time | relevance | path

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

/build/
Dprebuilts_download.py45 def _check_sha256_by_mark(args, check_url, code_dir, unzip_dir, unzip_filename): argument
48 mark_file_dir = os.path.join(code_dir, unzip_dir)
64 def _uncompress(args, src_file, code_dir, unzip_dir, unzip_filename, mark_file_path): argument
65 dest_dir = os.path.join(code_dir, unzip_dir)
75 def _copy_url(args, task_id, url, local_file, code_dir, unzip_dir, unzip_filename, mark_file_path, … argument
98 _uncompress(args, local_file, code_dir, unzip_dir, unzip_filename, mark_file_path)
110 def _copy_url_disable_rich(args, url, local_file, code_dir, unzip_dir, unzip_filename, mark_file_pa… argument
125 _uncompress(args, local_file, code_dir, unzip_dir, unzip_filename, mark_file_path)
144 unzip_dir = parse_dict.get('unzip_dir')
149 abs_unzip_dir = os.path.join(code_dir, unzip_dir)
[all …]