Searched refs:role_tr (Results 1 - 8 of 8) sorted by relevance

/external/selinux/checkpolicy/test/
H A Ddispol.c375 for (rt = p->role_tr; rt; rt = rt->next) {
/external/selinux/libsepol/include/sepol/policydb/
H A Dpolicydb.h553 role_trans_t *role_tr; member in struct:policydb
/external/selinux/checkpolicy/
H A Dpolicy_define.c3053 for (tr = policydbp->role_tr; tr;
3078 tr->next = policydbp->role_tr;
3079 policydbp->role_tr = tr;
/external/selinux/libsepol/src/
H A Dexpand.c1297 for (l = state->out->role_tr; l && l->next; l = l->next) ;
1323 cur_trans = state->out->role_tr;
1369 state->out->role_tr = n;
H A Dservices.c1382 for (roletr = policydb->role_tr; roletr;
H A Dpolicydb.c1353 for (tr = p->role_tr; tr; tr = tr->next) {
2354 role_trans_t **t = &p->role_tr;
H A Dwrite.c496 role_trans_t *r = p->role_tr;
/external/selinux/libsepol/cil/src/
H A Dcil_binary.c1934 new->next = pdb->role_tr;
1935 pdb->role_tr = new;

Completed in 6372 milliseconds