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 77 CIL_TYPEPERMISSIVE,
cil.c 601 case CIL_TYPEPERMISSIVE:
948 case CIL_TYPEPERMISSIVE:
    [all...]
cil_copy_ast.c 565 struct cil_typepermissive *orig = data;
566 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 971 case CIL_TYPEPERMISSIVE: {
972 struct cil_typepermissive *typeperm = node->data;
    [all...]
cil_binary.c 573 int cil_typepermissive_to_policydb(policydb_t *pdb, struct cil_typepermissive *cil_typeperm)
    [all...]
cil_resolve_ast.c 501 struct cil_typepermissive *typeperm = current->data;
    [all...]
cil_build_ast.c     [all...]

Completed in 112 milliseconds