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

  /external/selinux/checkpolicy/
module_compiler.h 68 int is_id_in_scope(uint32_t symbol_type, hashtab_key_t id);
policy_define.c 220 if (!is_id_in_scope(SYM_TYPES, type)) {
341 if (!is_id_in_scope(SYM_CLASSES, id)) {
371 if (!is_id_in_scope(SYM_CLASSES, id)) {
403 if (!is_id_in_scope(SYM_CLASSES, id)) {
435 if (!is_id_in_scope(SYM_CLASSES, id)) {
467 if (!is_id_in_scope(SYM_CLASSES, id)) {
1220 if (!is_id_in_scope(SYM_TYPES, id)) {
1252 if (!is_id_in_scope(SYM_TYPES, id)) {
1265 if (!is_id_in_scope(SYM_TYPES, id)) {
1302 if (!is_id_in_scope(SYM_TYPES, bounds_id))
    [all...]
module_compiler.c 510 * is_id_in_scope().
556 * is_id_in_scope().
651 if (is_id_in_scope(symbol_type, key)) {
1248 int is_id_in_scope(uint32_t symbol_type, hashtab_key_t id) function
    [all...]
  /external/selinux/libsepol/src/
module_to_cil.c 503 static int is_id_in_scope(struct policydb *pdb, struct stack *decl_stack, char *type, uint32_t symbol_type) function
    [all...]

Completed in 109 milliseconds