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

  /external/selinux/libsepol/cil/src/
cil_flavor.h 78 CIL_TYPEPERMISSIVE,
cil.c 620 case CIL_TYPEPERMISSIVE:
979 case CIL_TYPEPERMISSIVE:
    [all...]
cil_copy_ast.c 604 struct cil_typepermissive *orig = data;
605 struct cil_typepermissive *new = NULL;
    [all...]
cil_policy.c 969 case CIL_TYPEPERMISSIVE: {
970 struct cil_typepermissive *typeperm = (struct cil_typepermissive*)current->data;
    [all...]
cil_tree.c 989 case CIL_TYPEPERMISSIVE: {
990 struct cil_typepermissive *typeperm = node->data;
    [all...]
cil_resolve_ast.c 536 struct cil_typepermissive *typeperm = current->data;
    [all...]
cil_binary.c 539 int cil_typepermissive_to_policydb(policydb_t *pdb, struct cil_typepermissive *cil_typeperm)
    [all...]
cil_build_ast.c     [all...]

Completed in 41 milliseconds