Home
last modified time | relevance | path

Searched defs:output_file (Results 1 – 8 of 8) sorted by relevance

/build/scripts/util/
Dfile_utils.py59 def write_json_file(output_file, content, check_changes=False): argument
73 def __check_changes(output_file, content): argument
89 def write_file(output_file, content): argument
/build/ohos/packages/
Dgenerate_host_symlink.py26 def _do_symlink(all_host_parts_info, output_file, root_build_dir): argument
Dsystem_z_package.py28 output_file): argument
Dsystem_gzip_package.py51 def compress_image_files(package_dir, output_file, additional_files): argument
/build/tools/module_dependence/
Dfile_utils.py35 def write_json_file(output_file, content): argument
/build/tools/check_deps/
Dcheck_deps.py37 def write_json_file(output_file, content): argument
/build/lite/hb_internal/preloader/
Dpreloader.py76 parts_config_file, output_file): argument
88 def _output_gnargs_prop(all_features, output_file): argument
108 output_file): argument
117 def _output_parts_features(all_parts, output_file): argument
134 def _output_parts_syscap(all_parts, output_file): argument
149 def _output_exclusion_modules_json(all_parts, output_file): argument
185 def _output_parts_json(all_parts, output_file): argument
189 def _output_parts_config_json(all_parts, output_file): argument
Dparse_vendor_product_config.py117 def save_transformed_config(config, output_file): argument