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

  /external/selinux/libsepol/cil/src/
cil_flavor.h 79 CIL_TYPEPERMISSIVE,
android.c 116 case CIL_TYPEPERMISSIVE:
403 struct cil_typepermissive *typeperm = (struct cil_typepermissive *)node->data;
646 case CIL_TYPEPERMISSIVE:
cil.c 642 case CIL_TYPEPERMISSIVE:
1012 case CIL_TYPEPERMISSIVE:
    [all...]
cil_policy.c 1296 static void cil_typepermissive_to_policy(FILE *out, struct cil_typepermissive *rule)
    [all...]
cil_write_ast.c 626 struct cil_typepermissive *type = (struct cil_typepermissive *)node->data;
    [all...]
cil_copy_ast.c 604 struct cil_typepermissive *orig = data;
605 struct cil_typepermissive *new = NULL;
    [all...]
cil_tree.c 1086 case CIL_TYPEPERMISSIVE: {
1087 struct cil_typepermissive *typeperm = node->data;
    [all...]
cil_resolve_ast.c 592 struct cil_typepermissive *typeperm = current->data;
    [all...]
cil_binary.c 542 int cil_typepermissive_to_policydb(policydb_t *pdb, struct cil_typepermissive *cil_typeperm)
    [all...]
cil_build_ast.c     [all...]

Completed in 70 milliseconds