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

  /external/selinux/libsepol/cil/src/
cil_internal.h 528 struct cil_typeattributeset { struct
979 void cil_typeattributeset_init(struct cil_typeattributeset **attrset);
android.c 440 struct cil_typeattributeset *typeattrset = (struct cil_typeattributeset *) node->data;
658 case CIL_TYPEATTRIBUTESET:
781 struct cil_typeattributeset *attrset = NULL;
801 ast_node->flavor = CIL_TYPEATTRIBUTESET;
cil_reset_ast.c 191 static void cil_reset_typeattributeset(struct cil_typeattributeset *tas)
456 case CIL_TYPEATTRIBUTESET:
cil_build_ast.h 140 void cil_destroy_typeattributeset(struct cil_typeattributeset *attrtypes);
cil_write_ast.c 641 struct cil_typeattributeset *typeattrset = (struct cil_typeattributeset *)node->data;
1259 case CIL_TYPEATTRIBUTESET:
    [all...]
cil_copy_ast.c 636 struct cil_typeattributeset *orig = data;
637 struct cil_typeattributeset *new = NULL;
    [all...]
cil_tree.c 706 case CIL_TYPEATTRIBUTESET: {
707 struct cil_typeattributeset *attr = node->data;
    [all...]
cil.c 623 case CIL_TYPEATTRIBUTESET:
988 case CIL_TYPEATTRIBUTESET:
    [all...]
cil_build_ast.c     [all...]
cil_resolve_ast.c 413 struct cil_typeattributeset *attrtypes = current->data;
434 rc = cil_resolve_expr(CIL_TYPEATTRIBUTESET, attrtypes->str_expr, &attrtypes->datum_expr, current, extra_args);
    [all...]

Completed in 232 milliseconds