Home
last modified time | relevance | path

Searched refs:get_item_content (Results 1 – 4 of 4) sorted by relevance

/base/startup/init/services/modules/seccomp/scripts/tools/
Dmerge_policy.py53 def get_item_content(name_nr_table, item_str, itme_dict): member in MergePolicy
137 content = self.get_item_content(function_name_nr_table_dict, "@priority", dict_priority)
138 content += self.get_item_content(function_name_nr_table_dict, "@allowList", dict_allow_list)
139 …content += self.get_item_content(function_name_nr_table_dict, "@priorityWithArgs", dict_priority_w…
140 …content += self.get_item_content(function_name_nr_table_dict, "@allowListWithArgs", dict_allow_lis…
141 content += self.get_item_content(function_name_nr_table_dict, "@blockList", dict_blocklist)
Dstrace_log_analysis.py39 def get_item_content(arch, func_name_set, name_nr_table): function
75 content = get_item_content(args.target_cpu, func_name_set, function_name_nr_table_dict)
Daudit_log_analysis.py42 def get_item_content(name_nr_table, arch_nr_table): function
111 content = get_item_content(function_name_nr_table_dict, arch_nr)
Dcollect_elf_syscall.py145 def get_item_content(arch, nr_set, name_nr_table): function
319 content = get_item_content(args.target_cpu, syscall_nr_list, nr_to_func_dict)