Home
last modified time | relevance | path

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

/build/ohos/sa_profile/
Dsa_profile_source.py25 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)
Dsa_profile_binary.py28 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)
Dsa_profile.gni89 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/
Dsystem_notice_info.py55 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,
Dparts_install_info.py64 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,
Dplatforms_install_info.py53 platform_out_dir = os.path.dirname(args.system_install_info_file)
56 write_json_file(args.system_install_info_file, curr_subsystem_list)
Dresources_collect.py27 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)
Dmodules_install.py188 system_install_info = read_json_file(args.system_install_info_file)
191 args.system_install_info_file))
DBUILD.gn135 system_install_info_file = _outputs[0]
149 system_install_info_file = _outputs[0]
/build/ohos/hisysevent/
Dhisysevent.gni19 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),
Dhisysevent_process.py29 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)