Home
last modified time | relevance | path

Searched refs:output_file (Results 1 – 6 of 6) sorted by relevance

/base/hiviewdfx/hiview/build/
Drun_oem_hook.py37 output_file = args.out_build_file
39 print("output_file:" + output_file)
55 out_dir = os.path.dirname(output_file)
59 with open(output_file, 'w') as file_id:
Dgen_plugin_build.py41 def write_json_file(output_file, content): argument
42 file_dir = os.path.dirname(os.path.abspath(output_file))
45 with open(output_file, 'w') as output_f:
77 def write_build_file(output_file, plugins, plugin_so, cnt_type): argument
83 out_dir = os.path.dirname(output_file)
86 with open(output_file, 'w') as file_id:
92 def write_config_file(output_file, plugins, pipelines, pipelinegroups, is_so): argument
127 out_dir = os.path.dirname(output_file)
130 with open(output_file, 'w') as file_id:
/base/startup/init/services/modules/seccomp/scripts/tools/
Daudit_log_analysis.py72 with os.fdopen(os.open(filter_name + '.seccomp.policy', flags, modes), 'w') as output_file:
73 output_file.write(content)
Dcollect_elf_syscall.py48 with os.fdopen(os.open(target_path, flags, modes), 'w') as output_file:
49 process = subprocess.Popen(cmd.split(' '), stdout=output_file)
/base/security/selinux_adapter/scripts/
Dbuild_policy_api.py358 def generate_hash_file(input_file_list, output_file): argument
364 output_file]
368 def generate_version_file(args, output_file): argument
370 ">", output_file]
/base/startup/init/services/modules/seccomp/scripts/
Dgenerate_code_from_policy.py994 with os.fdopen(os.open(args.dst_file, flags, modes), 'w') as output_file:
995 output_file.write(content)