HomeSort by relevance Sort by last modified time
    Searched refs:cil_userrole (Results 1 - 10 of 10) sorted by null

  /external/selinux/libsepol/cil/src/
cil_internal.h 459 struct cil_userrole { struct
1002 void cil_userrole_init(struct cil_userrole **userrole);
cil_build_ast.h 102 void cil_destroy_userrole(struct cil_userrole *userrole);
cil_write_ast.c 543 struct cil_userrole *userrole = (struct cil_userrole *)node->data;
1232 case CIL_USERROLE:
    [all...]
cil_copy_ast.c 432 struct cil_userrole *orig = data;
433 struct cil_userrole *new = NULL;
    [all...]
cil_tree.c 737 case CIL_USERROLE: {
738 struct cil_userrole *userrole = node->data;
    [all...]
cil.c 590 case CIL_USERROLE:
976 case CIL_USERROLE:
    [all...]
cil_post.c     [all...]
cil_build_ast.c     [all...]
cil_resolve_ast.c 826 struct cil_userrole *userrole = current->data;
    [all...]
  /external/selinux/libsepol/cil/test/unit/
test_cil_copy_ast.c 431 struct cil_userrole *test_copy;
439 CuAssertStrEquals(tc, ((struct cil_userrole *)test_ast_node->data)->user_str, test_copy->user_str);
440 CuAssertStrEquals(tc, ((struct cil_userrole *)test_ast_node->data)->role_str, test_copy->role_str);
    [all...]

Completed in 613 milliseconds