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

  /external/selinux/libsepol/cil/src/
cil_flavor.h 66 CIL_USERATTRIBUTESET,
cil_reset_ast.c 125 static void cil_reset_userattributeset(struct cil_userattributeset *uas)
434 case CIL_USERATTRIBUTESET:
cil.c 578 case CIL_USERATTRIBUTESET:
960 case CIL_USERATTRIBUTESET:
    [all...]
cil_write_ast.c 1229 case CIL_USERATTRIBUTESET:
1230 rc = cil_write_unsupported("CIL_USERATTRIBUTESET");
    [all...]
cil_copy_ast.c 415 struct cil_userattributeset *orig = data;
416 struct cil_userattributeset *new = NULL;
    [all...]
cil_tree.c 888 case CIL_USERATTRIBUTESET: {
889 struct cil_userattributeset *attr = node->data;
    [all...]
cil_resolve_ast.c     [all...]
cil_build_ast.c 1311 struct cil_userattributeset *attrset = NULL;
1332 ast_node->flavor = CIL_USERATTRIBUTESET;
1343 void cil_destroy_userattributeset(struct cil_userattributeset *attrset)
    [all...]

Completed in 2954 milliseconds