OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cil_resolve_roleallow
(Results
1 - 3
of
3
) sorted by null
/external/selinux/libsepol/cil/src/
cil_resolve_ast.h
61
int
cil_resolve_roleallow
(struct cil_tree_node *current, void *extra_args);
cil_resolve_ast.c
1048
int
cil_resolve_roleallow
(struct cil_tree_node *current, void *extra_args)
function
[
all
...]
/external/selinux/libsepol/cil/test/unit/
test_cil_resolve_ast.c
145
int rc =
cil_resolve_roleallow
(test_db->ast->root->cl_head->next->next, args);
165
int rc =
cil_resolve_roleallow
(test_db->ast->root->cl_head->next, args);
184
int rc =
cil_resolve_roleallow
(test_db->ast->root->cl_head->next, args);
[
all
...]
Completed in 434 milliseconds