OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:install_info
(Results
1 - 7
of
7
) sorted by null
/external/selinux/libsemanage/src/
policy.h
91
int (*
install_info
) (struct semanage_handle *,
member in struct:semanage_policy_table
modules.c
1112
if (sh->funcs->
install_info
== NULL) {
1125
return sh->funcs->
install_info
(sh, modinfo, data, data_len);