Lines Matching refs:args
159 args = parser.parse_args()
162 for tuple in args.additional_system_files or []:
167 build_utils.extract_all(args.merged_sa_profile,
168 args.sa_profile_extract_dir,
170 sa_files = build_utils.get_all_files(args.sa_profile_extract_dir)
172 system_install_info = read_json_file(args.system_install_info_file)
175 args.system_install_info_file))
177 system_install_base_dir = args.system_dir
183 vendor_install_base_dir = os.path.join(args.platform_installed_path,
189 sys_prod_install_base_dir = os.path.join(args.platform_installed_path,
195 chip_prod_install_base_dir = os.path.join(args.platform_installed_path,
201 updater_install_base_dir = os.path.join(args.platform_installed_path,
207 ramdisk_install_base_dir = os.path.join(args.platform_installed_path,
214 copy_modules(system_install_info, args.install_modules_info_file,
215 args.modules_info_file, args.modules_list_file,
216 args.post_process_modules_info_files,
217 args.platform_installed_path, additional_system_files,
220 if os.path.exists(args.system_image_zipfile):
221 os.unlink(args.system_image_zipfile)
222 build_utils.zip_dir(args.system_image_zipfile, args.system_dir)
224 build_utils.write_depfile(args.depfile, args.install_modules_info_file,