Home
last modified time | relevance | path

Searched refs:cil_fill_context (Results 1 – 3 of 3) sorted by relevance

/external/selinux/libsepol/cil/src/
Dcil_build_ast.h171 int cil_fill_context(struct cil_tree_node *user_node, struct cil_context *context);
221 int cil_fill_context(struct cil_tree_node *user_node, struct cil_context *context);
Dcil_build_ast.c1093 rc = cil_fill_context(parse_current->next->next->cl_head, sidcon->context); in cil_gen_sidcontext()
4037 int cil_fill_context(struct cil_tree_node *user_node, struct cil_context *context) in cil_fill_context() function
4113 rc = cil_fill_context(parse_current->next->next->cl_head, context); in cil_gen_context()
4201 rc = cil_fill_context(parse_current->next->next->next->cl_head, filecon->context); in cil_gen_filecon()
4302 rc = cil_fill_context(parse_current->next->next->next->cl_head, portcon->context); in cil_gen_portcon()
4384 rc = cil_fill_context(parse_current->next->next->next->cl_head, nodecon->context); in cil_gen_nodecon()
4455 rc = cil_fill_context(parse_current->next->next->next->cl_head, genfscon->context); in cil_gen_genfscon()
4518 rc = cil_fill_context(parse_current->next->next->cl_head, netifcon->if_context); in cil_gen_netifcon()
4529 rc = cil_fill_context(parse_current->next->next->next->cl_head, netifcon->packet_context); in cil_gen_netifcon()
4597 rc = cil_fill_context(parse_current->next->next->cl_head, pirqcon->context); in cil_gen_pirqcon()
[all …]
/external/selinux/libsepol/cil/test/unit/
Dtest_cil_build_ast.c11877 … int rc = cil_fill_context(test_tree->root->cl_head->cl_head->next->next->cl_head, test_context); in test_cil_fill_context()
11899 … int rc = cil_fill_context(test_tree->root->cl_head->cl_head->next->next->cl_head, test_context); in test_cil_fill_context_unnamedlvl()
11920 … int rc = cil_fill_context(test_tree->root->cl_head->cl_head->next->next->cl_head, test_context); in test_cil_fill_context_nocontext_neg()
11942 int rc = cil_fill_context(test_tree->root->cl_head->cl_head->next->next->cl_head, test_context); in test_cil_fill_context_nouser_neg()
11964 int rc = cil_fill_context(test_tree->root->cl_head->cl_head->next->next->cl_head, test_context); in test_cil_fill_context_norole_neg()
11986 int rc = cil_fill_context(test_tree->root->cl_head->cl_head->next->next->cl_head, test_context); in test_cil_fill_context_notype_neg()
12008 int rc = cil_fill_context(test_tree->root->cl_head->cl_head->next->next->cl_head, test_context); in test_cil_fill_context_nolowlvl_neg()
12030 int rc = cil_fill_context(test_tree->root->cl_head->cl_head->next->next->cl_head, test_context); in test_cil_fill_context_nohighlvl_neg()
12052 int rc = cil_fill_context(test_tree->root->cl_head->cl_head->next->next->cl_head, test_context); in test_cil_fill_context_unnamedlvl_nocontextlow_neg()
12074 int rc = cil_fill_context(test_tree->root->cl_head->cl_head->next->next->cl_head, test_context); in test_cil_fill_context_unnamedlvl_nocontexthigh_neg()