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/
H A Dmerge_policy.py32 def get_item_content(name_nr_table, item_str, itme_dict): member in MergePolicy
140 content = self.get_item_content(function_name_nr_table_dict, "@priority", dict_priority)
141 content += self.get_item_content(function_name_nr_table_dict, "@allowList", dict_allow_list)
142 content += self.get_item_content(function_name_nr_table_dict, "@priorityWithArgs", dict_priority_with_args)
143 content += self.get_item_content(function_name_nr_table_dict, "@allowListWithArgs", dict_allow_list_with_args)
144 content += self.get_item_content(function_name_nr_table_dict, "@blockList", dict_blocklist)
H A 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)
H A Daudit_log_analysis.py43 def get_item_content(name_nr_table, arch_nr_table): function
117 content = get_item_content(function_name_nr_table_dict, arch_nr)
H A Dcollect_elf_syscall.py147 def get_item_content(arch, nr_set, name_nr_table): function
323 content = get_item_content(args.target_cpu, syscall_nr_list, nr_to_func_dict)

Completed in 2 milliseconds