Searched refs:cil_resolve_level (Results 1 - 3 of 3) sorted by relevance

/external/selinux/libsepol/cil/src/
H A Dcil_resolve_ast.h70 int cil_resolve_level(struct cil_tree_node *current, struct cil_level *level, void *extra_args);
H A Dcil_resolve_ast.c788 rc = cil_resolve_level(current, user->dftlevel, extra_args);
794 rc = cil_resolve_level(current, usrlvl->level, extra_args);
1519 int cil_resolve_level(struct cil_tree_node *current, struct cil_level *level, void *extra_args) function
1560 rc = cil_resolve_level(current, lvlrange->low, extra_args);
1566 rc = cil_resolve_level(current, lvlrange->low, extra_args);
1581 rc = cil_resolve_level(current, lvlrange->high, extra_args);
1587 rc = cil_resolve_level(current, lvlrange->high, extra_args);
3168 rc = cil_resolve_level(node, (struct cil_level*)node->data, args);
/external/selinux/libsepol/cil/test/unit/
H A Dtest_cil_resolve_ast.c1182 int rc = cil_resolve_level(level, (struct cil_level*)level->data, args);
1183 int rc2 = cil_resolve_level(level->next, (struct cil_level*)level->next->data, args);
1217 int rc = cil_resolve_level(level, (struct cil_level*)level->data, args);
1219 rc = cil_resolve_level(level, (struct cil_level*)level->data, args);
1264 int rc = cil_resolve_level(level, (struct cil_level*)level->data, args);
1299 int rc = cil_resolve_level(level, (struct cil_level*)level->data, args);
1331 int rc = cil_resolve_level(level, (struct cil_level*)level->data, args);
1332 int rc2 = cil_resolve_level(level->next, (struct cil_level*)level->next->data, args);
1364 int rc = cil_resolve_level(level, (struct cil_level*)level->data, args);
1365 int rc2 = cil_resolve_level(leve
[all...]

Completed in 108 milliseconds