Home
last modified time | relevance | path

Searched defs:function_name (Results 1 – 2 of 2) sorted by relevance

/base/startup/init/services/modules/seccomp/scripts/
Dgenerate_code_from_policy.py124 def is_function_name_exist(self, function_name): argument
131 def update_priority(self, function_name): argument
137 def update_allow_list(self, function_name): argument
143 def update_blocklist(self, function_name): argument
648 def parse_args(self, function_name, line, skip): argument
/base/hiviewdfx/hiview/plugins/faultlogger/service/sanitizer_collector/
Dasan_collector.cpp109 std::string function_name; in ProcessStackTrace() local