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_internal.h 663 struct cil_filecon { struct
937 void cil_filecon_init(struct cil_filecon **filecon);
cil_post.c 116 struct cil_filecon *a_filecon = *(struct cil_filecon**)a;
117 struct cil_filecon *b_filecon = *(struct cil_filecon**)b;
370 case CIL_FILECON:
480 case CIL_FILECON: {
1255 case CIL_FILECON: {
1256 struct cil_filecon *filecon = node->data;
    [all...]
cil_reset_ast.c 259 static void cil_reset_filecon(struct cil_filecon *filecon)
458 case CIL_FILECON:
cil_build_ast.h 168 void cil_destroy_filecon(struct cil_filecon *filecon);
cil.c 689 case CIL_FILECON:
1030 case CIL_FILECON:
    [all...]
cil_copy_ast.c 1052 struct cil_filecon *orig = data;
1053 struct cil_filecon *new = NULL;
    [all...]
cil_verify.c 1034 struct cil_filecon *file = node->data;
    [all...]
cil_tree.c     [all...]
cil_build_ast.c     [all...]
cil_resolve_ast.c     [all...]

Completed in 46 milliseconds