Searched refs:get_item_content (Results 1 - 4 of 4) sorted by relevance
/base/startup/init/services/modules/seccomp/scripts/tools/ |
H A D | merge_policy.py | 32 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 D | strace_log_analysis.py | 39 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 D | audit_log_analysis.py | 43 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 D | collect_elf_syscall.py | 147 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