Home
last modified time | relevance | path

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

/build/
Dprebuilts_download.py50 mark_file_path = os.path.join(mark_file_dir, mark_file_name)
51 args.mark_file_path = mark_file_path
52 return os.path.exists(mark_file_path)
64 def _uncompress(args, src_file, code_dir, unzip_dir, unzip_filename, mark_file_path): argument
67 cmd = 'unzip -o {} -d {};echo 0 > {}'.format(src_file, dest_dir, mark_file_path)
69 cmd = 'tar -xvzf {} -C {};echo 0 > {}'.format(src_file, dest_dir, mark_file_path)
71 cmd = 'tar -xvf {} -C {};echo 0 > {}'.format(src_file, dest_dir, mark_file_path)
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 …_copy_url_disable_rich(args, url, local_file, code_dir, unzip_dir, unzip_filename, mark_file_path): argument
[all …]