| /external/selinux/libsepol/src/ | 
| D | assertion.c | 34 	avrule_t *avrule;  member 47 static void report_failure(sepol_handle_t *handle, policydb_t *p, const avrule_t *avrule,  in report_failure() 146 				policydb_t *p, const avrule_t *avrule,  in report_assertion_extended_permissions() 219 	avrule_t *avrule = a->avrule;  in report_assertion_avtab_matches()  local 294 static int report_assertion_failures(sepol_handle_t *handle, policydb_t *p, avrule_t *avrule)  in report_assertion_failures() 324 static int check_assertion_extended_permissions_avtab(avrule_t *avrule, avtab_t *avtab,  in check_assertion_extended_permissions_avtab() 379 static int check_assertion_extended_permissions(avrule_t *avrule, avtab_t *avtab,  in check_assertion_extended_permissions() 445 static int check_assertion_self_match(avtab_key_t *k, avrule_t *avrule, policydb_t *p)  in check_assertion_self_match() 476 	avrule_t *avrule = a->avrule;  in check_assertion_avtab_match()  local 517 int check_assertion(policydb_t *p, avrule_t *avrule)  in check_assertion()
  | 
| D | write.c | 1743 static int avrule_write(policydb_t *p, avrule_t * avrule,  in avrule_write() 1838 	avrule_t *avrule;  in avrule_write_list()  local
  | 
| D | policydb_validate.c | 872 static int validate_avrules(sepol_handle_t *handle, const avrule_t *avrule, int conditional, const …  in validate_avrules()
  | 
| D | expand.c | 2639 	avrule_t *avrule;  in copy_neverallow()  local
  | 
| D | policydb.c | 3515 	avrule_t *avrule;  in avrule_read()  local
  | 
| D | module_to_cil.c | 1186 	struct avrule *avrule;  in avrule_list_to_cil()  local
  | 
| /external/selinux/libsepol/include/sepol/policydb/ | 
| D | policydb.h | 268 typedef struct avrule {  struct 299 	struct avrule *next;  argument
  | 
| /external/selinux/checkpolicy/test/ | 
| D | dismod.c | 213 static int display_avrule(avrule_t * avrule, policydb_t * policy,  in display_avrule() 622 			avrule_t *avrule;  in display_avdecl()  local 647 			avrule_t *avrule = decl->avrules;  in display_avdecl()  local
  | 
| /external/selinux/checkpolicy/ | 
| D | policy_define.c | 1610 	avrule_t *avrule;  in define_compute_type_helper()  local 1698 	avrule_t *avrule;  in define_compute_type()  local 1722 	avrule_t *avrule;  in define_cond_compute_type()  local 2045 	avrule_t *avrule;  in define_te_avtab_xperms_helper()  local 2395 	avrule_t *avrule;  in define_te_avtab_ioctl()  local 2505 	avrule_t *avrule;  in define_te_avtab_helper()  local 2650 	avrule_t *avrule;  in define_cond_te_avtab()  local 2670 	avrule_t *avrule;  in define_te_avtab()  local
  | 
| D | module_compiler.c | 25 	avrule_block_t *avrule;  member 1238 void append_avrule(avrule_t * avrule)  in append_avrule()
  | 
| /external/selinux/python/sepolgen/src/sepolgen/ | 
| D | access.py | 167 def avrule_to_access_vectors(avrule):  argument
  | 
| /external/selinux/libsepol/cil/src/ | 
| D | cil_find.c | 295 static int cil_find_matching_avrule(struct cil_tree_node *node, struct cil_avrule *avrule, struct c…  in cil_find_matching_avrule()
  | 
| D | android.c | 549 	struct cil_avrule *avrule = (struct cil_avrule *)node->data;  in cil_attrib_avrule()  local
  | 
| D | cil_verify.c | 1030 		struct cil_avrule *avrule = NULL;  in __cil_verify_booleanif_helper()  local
  | 
| D | cil.c | 2448 void cil_avrule_init(struct cil_avrule **avrule)  in cil_avrule_init()
  | 
| D | cil_post.c | 2222 		struct cil_avrule *avrule = node->data;  in __cil_post_db_classperms_helper()  local
  | 
| D | cil_binary.c | 4614 	avrule_t *avrule;  in __cil_init_sepol_avrule()  local 4712 static void __cil_print_rule(const char *pad, const char *kind, struct cil_avrule *avrule)  in __cil_print_rule()
  |