OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:role_trans_t
(Results
1 - 5
of
5
) sorted by null
/external/libsepol/include/sepol/policydb/
policydb.h
135
}
role_trans_t
;
typedef in typeref:struct:role_trans
515
role_trans_t
*role_tr;
/external/checkpolicy/test/
dispol.c
346
role_trans_t
*rt;
/external/libsepol/src/
expand.c
1224
role_trans_t
*n, *l, *cur_trans;
1286
n = (
role_trans_t
*)
1287
malloc(sizeof(
role_trans_t
));
1293
memset(n, 0, sizeof(
role_trans_t
));
[
all
...]
write.c
467
role_trans_t
*r = p->role_tr;
468
role_trans_t
*tr;
[
all
...]
policydb.c
1214
role_trans_t
*tr, *ltr = NULL;
[
all
...]
Completed in 35 milliseconds