Lines Matching refs:args
56 args = parser.parse_args()
58 current_platform_parts = get_platform_parts(args.current_platform,
59 args.platforms_parts_file)
61 _parts_list = platform_parts(args.all_parts_info_file,
64 platform_out_dir = os.path.dirname(args.system_install_info_file)
67 write_json_file(args.system_install_info_file, _parts_list)
69 if args.depfile:
71 _dep_files.append(args.all_parts_info_file)
72 _dep_files.append(args.platforms_parts_file)
73 build_utils.write_depfile(args.depfile,
74 args.system_install_info_file,