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

  /external/libsepol/include/sepol/policydb/
constraint.h 40 #define CEXPR_TYPE 4 /* type */
  /external/checkpolicy/
policy_parse.y 533 { $$ = define_cexpr(CEXPR_ATTR, CEXPR_TYPE, $2);
554 { $$ = define_cexpr(CEXPR_NAMES, CEXPR_TYPE, $2);
557 { $$ = define_cexpr(CEXPR_NAMES, (CEXPR_TYPE | CEXPR_TARGET), $2);
560 { $$ = define_cexpr(CEXPR_NAMES, (CEXPR_TYPE | CEXPR_XTARGET), $2);
575 { $$ = define_cexpr(CEXPR_NAMES, CEXPR_TYPE, CEXPR_EQ);
578 { $$ = define_cexpr(CEXPR_NAMES, (CEXPR_TYPE | CEXPR_TARGET), CEXPR_EQ);
policy_define.c     [all...]
  /external/libsepol/src/
services.c 163 case CEXPR_TYPE:
274 else if (e->attr & CEXPR_TYPE)
    [all...]
expand.c 310 if (new_expr->attr & CEXPR_TYPE) {
    [all...]

Completed in 25 milliseconds