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

  /external/selinux/libsepol/cil/src/
cil_internal.h 445 struct cil_userrole { struct
955 void cil_userrole_init(struct cil_userrole **userrole);
cil_build_ast.h 102 void cil_destroy_userrole(struct cil_userrole *userrole);
cil_copy_ast.c 432 struct cil_userrole *orig = data;
433 struct cil_userrole *new = NULL;
    [all...]
cil_tree.c 640 case CIL_USERROLE: {
641 struct cil_userrole *userrole = node->data;
    [all...]
cil.c 571 case CIL_USERROLE:
945 case CIL_USERROLE:
    [all...]
cil_post.c     [all...]
cil_build_ast.c     [all...]
cil_resolve_ast.c 770 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 428 milliseconds