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

  /external/selinux/libsepol/cil/test/unit/
test_cil_post.c 40 struct cil_filecon *afilecon;
43 struct cil_filecon *bfilecon;
58 struct cil_filecon *afilecon;
61 struct cil_filecon *bfilecon;
76 struct cil_filecon *afilecon;
79 struct cil_filecon *bfilecon;
94 struct cil_filecon *afilecon;
97 struct cil_filecon *bfilecon;
113 struct cil_filecon *afilecon;
116 struct cil_filecon *bfilecon
    [all...]
  /external/selinux/libsepol/cil/src/
cil_post.c 197 struct cil_filecon *a_filecon = *(struct cil_filecon**)a;
198 struct cil_filecon *b_filecon = *(struct cil_filecon**)b;
457 struct cil_filecon *a_filecon = *(struct cil_filecon**)a;
458 struct cil_filecon *b_filecon = *(struct cil_filecon**)b;
619 case CIL_FILECON:
754 case CIL_FILECON:
    [all...]
cil_internal.h 733 struct cil_filecon { struct
1030 void cil_filecon_init(struct cil_filecon **filecon);
cil_reset_ast.c 285 static void cil_reset_filecon(struct cil_filecon *filecon)
503 case CIL_FILECON:
cil_build_ast.h 177 void cil_destroy_filecon(struct cil_filecon *filecon);
cil.c 734 case CIL_FILECON:
1110 case CIL_FILECON:
    [all...]
cil_copy_ast.c 1154 struct cil_filecon *orig = data;
1155 struct cil_filecon *new = NULL;
    [all...]
cil_verify.c 1059 struct cil_filecon *file = node->data;
    [all...]
cil_tree.c     [all...]
cil_build_ast.c     [all...]
cil_resolve_ast.c     [all...]

Completed in 208 milliseconds