Searched refs:system_install_info_file (Results 1 – 11 of 11) sorted by relevance
/build/ohos/sa_profile/ |
D | sa_profile_source.py | 25 def get_src_parts(system_install_info_file): argument 26 parts_list = read_json_file(system_install_info_file) 28 raise Exception("read file '{}' failed.".format(system_install_info_file)) 60 src_parts_info = get_src_parts(args.system_install_info_file)
|
D | sa_profile_binary.py | 28 def get_no_src_parts(system_install_info_file): argument 29 install_parts_info = read_json_file(system_install_info_file) 90 parts_list = get_no_src_parts(args.system_install_info_file)
|
D | sa_profile.gni | 89 assert(defined(invoker.system_install_info_file)) 98 "system_install_info_file", 127 system_install_info_file, 134 rebase_path(system_install_info_file, root_build_dir), 146 inputs = [ system_install_info_file ] 151 rebase_path(system_install_info_file, root_build_dir),
|
/build/ohos/packages/ |
D | system_notice_info.py | 55 def get_notice_info(system_install_info_file, notice_info_dir, argument 57 system_install_info = read_json_file(system_install_info_file) 60 "read file '{}' failed.".format(system_install_info_file)) 93 _dep_files = [args.system_install_info_file] 95 args.system_install_info_file, args.notice_file_info_dir,
|
D | parts_install_info.py | 64 platform_out_dir = os.path.dirname(args.system_install_info_file) 67 write_json_file(args.system_install_info_file, _parts_list) 74 args.system_install_info_file,
|
D | platforms_install_info.py | 53 platform_out_dir = os.path.dirname(args.system_install_info_file) 56 write_json_file(args.system_install_info_file, curr_subsystem_list)
|
D | resources_collect.py | 27 def get_src_parts(system_install_info_file): argument 28 parts_info_list = read_json_file(system_install_info_file) 31 "read file '{}' failed.".format(system_install_info_file)) 204 parts_info = get_src_parts(args.system_install_info_file)
|
D | modules_install.py | 188 system_install_info = read_json_file(args.system_install_info_file) 191 args.system_install_info_file))
|
D | BUILD.gn | 135 system_install_info_file = _outputs[0] 149 system_install_info_file = _outputs[0]
|
/build/ohos/hisysevent/ |
D | hisysevent.gni | 19 assert(defined(invoker.system_install_info_file)) 24 "system_install_info_file", 44 sources = [ system_install_info_file ] 51 rebase_path(system_install_info_file, root_build_dir),
|
D | hisysevent_process.py | 29 def _get_src_parts(system_install_info_file): argument 30 parts_list = read_json_file(system_install_info_file) 33 "read file '{}' failed.".format(system_install_info_file)) 94 src_part_list = _get_src_parts(args.system_install_info_file)
|