Searched refs:role_trans_t (Results 1 - 6 of 6) sorted by relevance

/external/selinux/libsepol/include/sepol/policydb/
H A Dpolicydb.h151 } role_trans_t; typedef in typeref:struct:role_trans
553 role_trans_t *role_tr;
/external/selinux/libsepol/cil/src/
H A Dcil_binary.c1875 role_trans_t *new = NULL;
3691 role_trans_t *k = (role_trans_t *)key;
3700 role_trans_t *a = (role_trans_t *)key1;
3701 role_trans_t *b = (role_trans_t *)key2;
/external/selinux/checkpolicy/test/
H A Ddispol.c372 role_trans_t *rt;
/external/selinux/libsepol/src/
H A Dexpand.c1291 role_trans_t *n, *l, *cur_trans;
1353 n = (role_trans_t *)
1354 malloc(sizeof(role_trans_t));
1360 memset(n, 0, sizeof(role_trans_t));
H A Dwrite.c496 role_trans_t *r = p->role_tr;
497 role_trans_t *tr;
H A Dpolicydb.c1293 role_trans_t *tr, *ltr = NULL;
2354 role_trans_t **t = &p->role_tr;
2357 role_trans_t *tr, *ltr;

Completed in 134 milliseconds