Home
last modified time | relevance | path

Searched refs:write_json_file (Results 1 - 25 of 41) sorted by relevance

12

/build/hb/util/loader/
H A Dsubsystem_info.py19 from scripts.util.file_utils import write_json_file # noqa: E402 namespace
28 write_json_file(build_config_file, subsystem_configs)
38 write_json_file(src_output_file, src_subsystem)
42 write_json_file(no_src_output_file,
H A Dsubsystem_scan.py21 from scripts.util.file_utils import read_json_file, write_json_file # noqa: E402 E501 namespace
126 write_json_file(build_configs_file, build_configs)
H A Dplatforms_loader.py21 from scripts.util.file_utils import read_json_file, write_json_file # noqa: E402 namespace
194 write_json_file(all_parts_file, all_parts)
204 write_json_file(toolchain_variant_info_file,
/build/ohos/sdk/
H A Dgenerate_hap_build_sdk_config.py32 from scripts.util.file_utils import read_json_file, write_json_file namespace
41 write_json_file(options.output_hap_build_sdk_desc_file, new_info_list)
/build/ohos/ndk/
H A Dcollect_ndk_syscap.py25 from scripts.util.file_utils import read_json_file, write_json_file # noqa: E402, E501 namespace
54 write_json_file(args.system_capability_file, _syscap_info)
55 write_json_file(args.system_capability_header_config, _syscap_config)
/build/ohos/sa_profile/
H A Dsa_profile.py23 from scripts.util.file_utils import write_json_file # noqa: E402 namespace
33 write_json_file(out_info_file, info)
H A Dsa_profile_source.py22 from scripts.util.file_utils import read_json_file, write_json_file # noqa: E402 namespace
63 write_json_file(args.src_sa_install_info_file, sa_install_infos)
H A Dsrc_sa_profile_process.py22 from scripts.util.file_utils import read_json_file, write_json_file # noqa: E402 namespace
65 write_json_file(args.output_file, processed_sa_infos)
H A Dsa_profile_archive.py24 from scripts.util.file_utils import write_json_file, read_json_file # noqa: E402 E501 namespace
76 write_json_file(archive_info_file, info_dict)
/build/ohos/
H A Dgenerate_part_info.py21 from scripts.util.file_utils import read_json_file, write_json_file # noqa: E402 E501 namespace
100 write_json_file(install_modules_file, part_install_modules)
105 write_json_file(dep_modules_file, modules_info_dict)
106 write_json_file(output_host_file, part_host_modules)
/build/ohos/packages/
H A Dplatforms_install_info.py23 from scripts.util.file_utils import read_json_file, write_json_file # noqa: E402 namespace
56 write_json_file(args.system_install_info_file, curr_subsystem_list)
H A Dgen_required_modules_list.py23 from scripts.util.file_utils import read_json_file, write_json_file # noqa: E402 namespace
81 write_json_file(args.required_install_modules_file, install_moudle_dict)
H A Dgenerate_host_symlink.py24 from scripts.util.file_utils import read_json_file, write_json_file # noqa: E402 namespace
48 write_json_file(output_file, output_result)
H A Dparts_install_info.py24 from scripts.util.file_utils import read_json_file, write_json_file # noqa: E402 namespace
72 write_json_file(args.system_install_info_file, _parts_list)
H A Dsystem_notice_info.py24 from scripts.util.file_utils import read_json_file, write_json_file # noqa: E402 namespace
99 write_json_file(args.output_file, system_notice_files)
/build/scripts/
H A Dgen_subsystem_ebpf_testcase_config.py32 from scripts.util.file_utils import write_json_file # noqa: E402, E501 namespace
56 write_json_file(config_file, data)
/build/ohos/common/
H A Dbinary_install_info.py23 from scripts.util.file_utils import read_json_file, write_json_file # noqa: E402 namespace
55 write_json_file(binary_subsystem_info, required_parts)
H A Dmerge_all_subsystem.py23 from scripts.util.file_utils import read_json_file, write_json_file # noqa: E402 namespace
66 write_json_file(args.all_subsystem_info_file, all_subsystem_info)
/build/ohos/kits/
H A Dkits_check_remove.py23 from scripts.util.file_utils import write_json_file # noqa E402 namespace
87 write_json_file(args.output_file, {})
/build/tools/module_dependence/
H A Dmodule_deps.py56 file_utils.write_json_file(all_deps_data_file, all_deps_data)
60 file_utils.write_json_file(module_deps_data_file, module_deps_data)
H A Dfile_utils.py35 def write_json_file(output_file: str, content): function
/build/hb/services/
H A Dloader.py30 from scripts.util.file_utils import read_json_file, write_json_file, write_file # noqa: E402, E501 namespace
182 write_json_file(self.components_file, new_components_data)
368 write_json_file(syscap_info_json, syscap_info_dict)
375 write_json_file(syscap_info_with_part_name_file, {
420 write_json_file(infos_for_testfwk_file,
434 write_json_file(target_platform_parts_file,
450 write_json_file(parts_different_info_file,
490 write_json_file(auto_install_list_file, auto_install_part_list)
503 write_json_file(parts_src_flag_file,
519 write_json_file(build_targets_list_fil
[all...]
/build/ohos/hisysevent/
H A Dhisysevent_process.py25 from scripts.util.file_utils import read_json_file, write_json_file # noqa: E402 E501 namespace
105 write_json_file(args.hisysevent_install_info_file, install_info_list)
/build/tools/check_deps/
H A Dcheck_deps.py37 def write_json_file(output_file: str, content): function
83 write_json_file(output_file, wrong_used_deps)
/build/templates/common/
H A Dexternal_deps_handler.py23 from scripts.util.file_utils import read_json_file, write_json_file # noqa: E402 namespace
151 write_json_file(args.external_deps_temp_file, result)
278 write_json_file(args.external_deps_temp_file, result)

Completed in 6 milliseconds

12