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

  /external/selinux/checkpolicy/
policy_define.h 70 role_datum_t *define_role_dom(role_datum_t *r);
policy_parse.y 513 {$$ = define_role_dom(NULL); if ($$ == 0) return -1;}
515 {$$ = define_role_dom((role_datum_t*)$4); if ($$ == 0) return -1;}
    [all...]
policy_define.c 2785 role_datum_t *define_role_dom(role_datum_t * r) function
    [all...]

Completed in 569 milliseconds