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

  /external/selinux/libsepol/cil/src/
cil_binary.h 285 int cil_roleallow_to_policydb(policydb_t *pdb, const struct cil_db *db, struct cil_roleallow *roleallow);
cil_internal.h 582 struct cil_roleallow { struct
933 void cil_roleallow_init(struct cil_roleallow **role_allow);
cil_build_ast.h 102 void cil_destroy_roleallow(struct cil_roleallow *roleallow);
cil_copy_ast.c 532 struct cil_roleallow *orig = data;
533 struct cil_roleallow *new = NULL;
    [all...]
cil_policy.c 1041 case CIL_ROLEALLOW: {
1042 struct cil_roleallow *roleallow = (struct cil_roleallow*)current->data;
    [all...]
cil_tree.c 754 case CIL_ROLEALLOW: {
755 struct cil_roleallow *roleallow = node->data;
    [all...]
cil.c 649 case CIL_ROLEALLOW:
980 case CIL_ROLEALLOW:
    [all...]
cil_build_ast.c     [all...]
cil_binary.c     [all...]
cil_resolve_ast.c 982 struct cil_roleallow *roleallow = current->data;
    [all...]
  /external/selinux/libsepol/cil/test/unit/
test_cil_build_ast.c     [all...]

Completed in 859 milliseconds